All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wu Fengguang <fengguang.wu@intel.com>
To: Vincent Li <macli@brc.ubc.ca>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>,
	KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
	Andi Kleen <ak@suse.de>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] mm/memory-failure: remove CONFIG_UNEVICTABLE_LRU config option
Date: Sat, 29 Aug 2009 17:46:42 +0800	[thread overview]
Message-ID: <20090829094642.GB20128@localhost> (raw)
In-Reply-To: <1251486553-23181-1-git-send-email-macli@brc.ubc.ca>

On Sat, Aug 29, 2009 at 03:09:13AM +0800, Vincent Li wrote:
> Commit 683776596 (remove CONFIG_UNEVICTABLE_LRU config option) removed this config option.
> Removed it from mm/memory-failure too.

Good catch!

Acked-by: Wu Fengguang <fengguang.wu@intel.com>

> Signed-off-by: Vincent Li <macli@brc.ubc.ca>
> ---
>  mm/memory-failure.c |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/mm/memory-failure.c b/mm/memory-failure.c
> index f78d9fc..2bc4c50 100644
> --- a/mm/memory-failure.c
> +++ b/mm/memory-failure.c
> @@ -587,10 +587,8 @@ static struct page_state {
>  	{ sc|dirty,	sc|dirty,	"swapcache",	me_swapcache_dirty },
>  	{ sc|dirty,	sc,		"swapcache",	me_swapcache_clean },
>  
> -#ifdef CONFIG_UNEVICTABLE_LRU
>  	{ unevict|dirty, unevict|dirty,	"unevictable LRU", me_pagecache_dirty},
>  	{ unevict,	unevict,	"unevictable LRU", me_pagecache_clean},
> -#endif
>  
>  #ifdef CONFIG_HAVE_MLOCKED_PAGE_BIT
>  	{ mlock|dirty,	mlock|dirty,	"mlocked LRU",	me_pagecache_dirty },
> -- 
> 1.6.0.4

--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      parent reply	other threads:[~2009-08-29  9:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-28 19:09 [PATCH] mm/memory-failure: remove CONFIG_UNEVICTABLE_LRU config option Vincent Li
2009-08-28 22:40 ` Minchan Kim
2009-08-29  4:54 ` KOSAKI Motohiro
2009-08-29  9:46 ` Wu Fengguang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090829094642.GB20128@localhost \
    --to=fengguang.wu@intel.com \
    --cc=ak@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=kosaki.motohiro@jp.fujitsu.com \
    --cc=linux-mm@kvack.org \
    --cc=macli@brc.ubc.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.