* [PATCH] cleanup comment in include/linux/compaction.h for defer_compaction
@ 2011-11-24 2:57 Wang Sheng-Hui
0 siblings, 0 replies; only message in thread
From: Wang Sheng-Hui @ 2011-11-24 2:57 UTC (permalink / raw)
To: mel, linux-mm, linux-kernel
No compact_defer_limit is found in kernel source code.
Per the code implementation, compact_defer_limit should be
zone->compact_defer_shift. Cleanup the comment.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
include/linux/compaction.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/compaction.h b/include/linux/compaction.h
index cc9f7a4..b297a9c 100644
--- a/include/linux/compaction.h
+++ b/include/linux/compaction.h
@@ -32,8 +32,8 @@ extern unsigned long compact_zone_order(struct zone *zone, int order,
/*
* Compaction is deferred when compaction fails to result in a page
- * allocation success. 1 << compact_defer_limit compactions are skipped up
- * to a limit of 1 << COMPACT_MAX_DEFER_SHIFT
+ * allocation success. 1 << zone->compact_defer_shift compactions are
+ * skipped up to a limit of 1 << COMPACT_MAX_DEFER_SHIFT
*/
static inline void defer_compaction(struct zone *zone)
{
--
1.7.1
--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-24 2:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24 2:57 [PATCH] cleanup comment in include/linux/compaction.h for defer_compaction Wang Sheng-Hui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).