diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-11-12 18:08:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-12 22:09:11 -0500 |
commit | a1aeb65a4c80d8e97eca8bcde02a5aeae11f6201 (patch) | |
tree | dafec5657a48105888bb71ad7b23886795533d1e /mm/page_alloc.c | |
parent | d4dd100f2ebb2bc9aca5378ad3cb333b6117069c (diff) |
mm/page_alloc.c: fix comment in zlc_setup()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index cb17e8b800d6..580a5f075ed0 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1705,7 +1705,7 @@ bool zone_watermark_ok_safe(struct zone *z, int order, unsigned long mark, | |||
1705 | * comments in mmzone.h. Reduces cache footprint of zonelist scans | 1705 | * comments in mmzone.h. Reduces cache footprint of zonelist scans |
1706 | * that have to skip over a lot of full or unallowed zones. | 1706 | * that have to skip over a lot of full or unallowed zones. |
1707 | * | 1707 | * |
1708 | * If the zonelist cache is present in the passed in zonelist, then | 1708 | * If the zonelist cache is present in the passed zonelist, then |
1709 | * returns a pointer to the allowed node mask (either the current | 1709 | * returns a pointer to the allowed node mask (either the current |
1710 | * tasks mems_allowed, or node_states[N_MEMORY].) | 1710 | * tasks mems_allowed, or node_states[N_MEMORY].) |
1711 | * | 1711 | * |