All of lore.kernel.org
 help / color / mirror / Atom feed
* + mm-pageblock-remove-get-set_pageblock_flags.patch added to -mm tree
@ 2013-05-28 23:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-05-28 23:02 UTC (permalink / raw)
  To: mm-commits, rientjes, mhocko, kamezawa.hiroyu, liwanp

Subject: + mm-pageblock-remove-get-set_pageblock_flags.patch added to -mm tree
To: liwanp@linux.vnet.ibm.com,kamezawa.hiroyu@jp.fujitsu.com,mhocko@suse.cz,rientjes@google.com
From: akpm@linux-foundation.org
Date: Tue, 28 May 2013 16:02:06 -0700


The patch titled
     Subject: mm/pageblock: remove get/set_pageblock_flags
has been added to the -mm tree.  Its filename is
     mm-pageblock-remove-get-set_pageblock_flags.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Subject: mm/pageblock: remove get/set_pageblock_flags

get_pageblock_flags and set_pageblock_flags are not used any more, this
patch removes them.

Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Reviewed-by: Michal Hocko <mhocko@suse.cz>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/pageblock-flags.h |    6 ------
 1 file changed, 6 deletions(-)

diff -puN include/linux/pageblock-flags.h~mm-pageblock-remove-get-set_pageblock_flags include/linux/pageblock-flags.h
--- a/include/linux/pageblock-flags.h~mm-pageblock-remove-get-set_pageblock_flags
+++ a/include/linux/pageblock-flags.h
@@ -80,10 +80,4 @@ void set_pageblock_flags_group(struct pa
 							PB_migrate_skip)
 #endif /* CONFIG_COMPACTION */
 
-#define get_pageblock_flags(page) \
-			get_pageblock_flags_group(page, 0, PB_migrate_end)
-#define set_pageblock_flags(page, flags) \
-			set_pageblock_flags_group(page, flags,	\
-						  0, PB_migrate_end)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-28 23:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-28 23:02 + mm-pageblock-remove-get-set_pageblock_flags.patch added to -mm tree akpm

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.