From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761147AbZE1Ipw (ORCPT ); Thu, 28 May 2009 04:45:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757268AbZE1Ipc (ORCPT ); Thu, 28 May 2009 04:45:32 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:45950 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754823AbZE1Ipa (ORCPT ); Thu, 28 May 2009 04:45:30 -0400 Date: Thu, 28 May 2009 01:44:57 -0700 From: Andrew Morton To: KOSAKI Motohiro Cc: LKML , linux-mm , Johannes Weiner , Andi Kleen , Minchan Kim , David Woodhouse , Matt Mackall Subject: Re: [PATCH 2/2] remove CONFIG_UNEVICTABLE_LRU definition from defconfig Message-Id: <20090528014457.63fd6e85.akpm@linux-foundation.org> In-Reply-To: <20090528173242.92E4.A69D9226@jp.fujitsu.com> References: <20090514111519.9B5D.A69D9226@jp.fujitsu.com> <20090528013146.6dd99aa0.akpm@linux-foundation.org> <20090528173242.92E4.A69D9226@jp.fujitsu.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.5; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 May 2009 17:37:12 +0900 (JST) KOSAKI Motohiro wrote: > > On Thu, 14 May 2009 11:15:49 +0900 (JST) KOSAKI Motohiro wrote: > > > > > Subject: [PATCH] remove CONFIG_UNEVICTABLE_LRU definition from defconfig > > > > > > Now, There isn't CONFIG_UNEVICTABLE_LRU. these line are unnecessary. > > > > > > ... > > > > > > 196 files changed, 196 deletions(-) > > > > Gad. > > > > I don't know if this is worth bothering about really. The dead Kconfig > > option will slowly die a natural death as people refresh the defconfig > > files. > > ok. I'll drop this patch. I think I will too ;)