Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[PATCH] mm: micro optimise zone_watermark_ok"
This reverts commit e80ee88. Pawel Sikora had a boot-time oops due to it - because the sign change invalidates the following comparisons, since 'free_pages' can be negative. The micro-optimization just isn't worth it. Bisected-by: Pawel Sikora <pluto@agmk.net> Acked-by: Andrew Morton <akpm@osdl.org> Cc: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information