From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <46A930A0.1030701@garzik.org> Date: Thu, 26 Jul 2007 19:39:12 -0400 From: Jeff Garzik MIME-Version: 1.0 Subject: Re: [ck] Re: -mm merge plans for 2.6.23 References: <20070710013152.ef2cd200.akpm@linux-foundation.org> <20070726111326.873f7b0a.akpm@linux-foundation.org> <200707270004.46211.dirk@liji-und-dirk.de> <200707270033.41055.dirk@liji-und-dirk.de> <46A92DF4.6000301@garzik.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: david@lang.hm Cc: Dirk Schoebel , ck@vds.kolivas.org, Nick Piggin , Ray Lee , Eric St-Laurent , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Paul Jackson , Jesper Juhl , Andrew Morton , Rene Herman List-ID: david@lang.hm wrote: > On Thu, 26 Jul 2007, Jeff Garzik wrote: > >> Dirk Schoebel wrote: >>> as long as the maintainer follows the kernel development things can be >>> left in, if the maintainer can't follow anymore they are taken out >>> quite >>> fast again. (This statement mostly counts for parts of the kernel >>> where a >>> choice is possible or the coding overhead of making such choice >>> possible >>> is quite low.) >> >> >> This is just not good engineering. >> >> It is axiomatic that it is easy to add code, but difficult to remove >> code. It takes -years- to remove code that no one uses. Long after >> the maintainer disappears, the users (and bug reports!) remain. > > I'll point out that the code that's so hard to remove is the code that > exposes an API to userspace. True. > code that's an internal implementation (like a couple of the things > being discussed) gets removed much faster. Not true. It is highly unlikely that code will get removed if it has active users, even if the maintainer has disappeared. The only things that get removed rapidly are those things mathematically guaranteed to be dead code. _Behavior changes_, driver removals, feature removals happen more frequently than userspace ABI changes -- true -- but the rate of removal is still very, very slow. It is axiomatic that we are automatically burdened with new code for at least 10 years :) That's what you have to assume, when accepting anything. Jeff -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org