diff options
author | Michal Hocko <mhocko@suse.cz> | 2012-01-10 23:08:02 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-11 00:30:44 (GMT) |
commit | df0a6daa01fa3856c08f4274d4f21a8092caa480 (patch) | |
tree | 089c112e98c87c4326443c21711bf9410c1989ce /include/linux/stat.h | |
parent | 9571a982903bf9dcbca2479fd3e7dafd2211ecf9 (diff) | |
download | linux-fsl-qoriq-df0a6daa01fa3856c08f4274d4f21a8092caa480.tar.xz |
mm: fix off-by-two in __zone_watermark_ok()
Commit 88f5acf88ae6 ("mm: page allocator: adjust the per-cpu counter
threshold when memory is low") changed the form how free_pages is
calculated but it forgot that we used to do free_pages - ((1 << order) -
1) so we ended up with off-by-two when calculating free_pages.
Reported-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Michal Hocko <mhocko@suse.cz>
Acked-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/stat.h')
0 files changed, 0 insertions, 0 deletions