All of lore.kernel.org
 help / color / mirror / Atom feed
* [alternative-merged] mm-update-comments-for-get-set_pfnblock_flags_mask.patch removed from -mm tree
@ 2014-07-28 22:29 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-07-28 22:29 UTC (permalink / raw)
  To: h.huangqiang, mm-commits


The patch titled
     Subject: mm/page_alloc.c: update comments for get/set_pfnblock_flags_mask
has been removed from the -mm tree.  Its filename was
     mm-update-comments-for-get-set_pfnblock_flags_mask.patch

This patch was dropped because an alternative patch was merged

------------------------------------------------------
From: Qiang Huang <h.huangqiang@huawei.com>
Subject: mm/page_alloc.c: update comments for get/set_pfnblock_flags_mask

These two functions changed many times and the comments are out of date.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/page_alloc.c |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff -puN mm/page_alloc.c~mm-update-comments-for-get-set_pfnblock_flags_mask mm/page_alloc.c
--- a/mm/page_alloc.c~mm-update-comments-for-get-set_pfnblock_flags_mask
+++ a/mm/page_alloc.c
@@ -6059,10 +6059,11 @@ static inline int pfn_to_bitidx(struct z
 }
 
 /**
- * get_pageblock_flags_group - Return the requested group of flags for the pageblock_nr_pages block of pages
+ * get_pfnblock_flags_mask - Return the requested group of flags for the pageblock_nr_pages block of pages
  * @page: The page within the block of interest
- * @start_bitidx: The first bit of interest to retrieve
+ * @pfn: Page Number of the page
  * @end_bitidx: The last bit of interest
+ * @mask: The mask for flags
  * returns pageblock_bits flags
  */
 unsigned long get_pfnblock_flags_mask(struct page *page, unsigned long pfn,
@@ -6088,9 +6089,10 @@ unsigned long get_pfnblock_flags_mask(st
 /**
  * set_pfnblock_flags_mask - Set the requested group of flags for a pageblock_nr_pages block of pages
  * @page: The page within the block of interest
- * @start_bitidx: The first bit of interest
- * @end_bitidx: The last bit of interest
  * @flags: The flags to set
+ * @pfn: Page Number of the page
+ * @end_bitidx: The last bit of interest
+ * @mask: The mask for flags
  */
 void set_pfnblock_flags_mask(struct page *page, unsigned long flags,
 					unsigned long pfn,
_

Patches currently in -mm which might be from h.huangqiang@huawei.com are



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

only message in thread, other threads:[~2014-07-28 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28 22:29 [alternative-merged] mm-update-comments-for-get-set_pfnblock_flags_mask.patch removed from -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.