summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
diff options
context:
space:
mode:
authorJohannes Weiner2014-10-10 00:28:17 +0200
committerLinus Torvalds2014-10-10 04:25:57 +0200
commit5705465174686d007473e017b76c4b64b44aa690 (patch)
tree09d197b925802f7b2b7d96129046eb0d15da60dc /mm/mmap.c
parentmm/page-writeback.c: use min3/max3 macros to avoid shadow warnings (diff)
downloadkernel-qcow2-linux-5705465174686d007473e017b76c4b64b44aa690.tar.gz
kernel-qcow2-linux-5705465174686d007473e017b76c4b64b44aa690.tar.xz
kernel-qcow2-linux-5705465174686d007473e017b76c4b64b44aa690.zip
mm: clean up zone flags
Page reclaim tests zone_is_reclaim_dirty(), but the site that actually sets this state does zone_set_flag(zone, ZONE_TAIL_LRU_DIRTY), sending the reader through layers indirection just to track down a simple bit. Remove all zone flag wrappers and just use bitops against zone->flags directly. It's just as readable and the lines are barely any longer. Also rename ZONE_TAIL_LRU_DIRTY to ZONE_DIRTY to match ZONE_WRITEBACK, and remove the zone_flags_t typedef. Signed-off-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: David Rientjes <rientjes@google.com> 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 'mm/mmap.c')
0 files changed, 0 insertions, 0 deletions