* [PATCH 1/2] mm: Fixup obsolete PG_buddy flag in error_states[]
@ 2012-09-06 9:09 Li Haifeng
0 siblings, 0 replies; only message in thread
From: Li Haifeng @ 2012-09-06 9:09 UTC (permalink / raw)
To: linux-mm, linux-kernel
PG_buddy, an abandoned flag, indicates page(s) is/are free
and in buddy allocator. So in the comment, "pages in
buddy system" instead of "PG_buddy pages".
Signed-off-by: Haifeng Li <omycle@gmail.com>
---
mm/memory-failure.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/mm/memory-failure.c b/mm/memory-failure.c
index ab1e714..2873498 100644
--- a/mm/memory-failure.c
+++ b/mm/memory-failure.c
@@ -762,7 +762,8 @@ static struct page_state {
{ reserved, reserved, "reserved kernel", me_kernel },
/*
* free pages are specially detected outside this table:
- * PG_buddy pages only make a small fraction of all free pages.
+ * pages in buddy system only make a small fraction of all
+ * free pages.
*/
/*
--
1.7.5.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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-06 9:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06 9:09 [PATCH 1/2] mm: Fixup obsolete PG_buddy flag in error_states[] Li Haifeng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox