]> Git Repo - linux.git/commit - mm/vmscan.c
mm: vmscan: reclaim highmem zone if buffer_heads is over limit
authorMinchan Kim <[email protected]>
Thu, 28 Apr 2016 23:18:38 +0000 (16:18 -0700)
committerLinus Torvalds <[email protected]>
Fri, 29 Apr 2016 02:34:04 +0000 (19:34 -0700)
commit7bf52fb891b64b8d61caf0b82060adb9db761aec
tree2608a4a71385ac4326c6db6172fa6ce31b5a2d57
parent28093f9f34cedeaea0f481c58446d9dac6dd620f
mm: vmscan: reclaim highmem zone if buffer_heads is over limit

We have been reclaimed highmem zone if buffer_heads is over limit but
commit 6b4f7799c6a5 ("mm: vmscan: invoke slab shrinkers from
shrink_zone()") changed the behavior so it doesn't reclaim highmem zone
although buffer_heads is over the limit.  This patch restores the logic.

Fixes: 6b4f7799c6a5 ("mm: vmscan: invoke slab shrinkers from shrink_zone()")
Signed-off-by: Minchan Kim <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmscan.c
This page took 0.053845 seconds and 4 git commands to generate.