summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
diff options
context:
space:
mode:
authorVladimir Davydov2016-03-15 22:56:55 +0100
committerLinus Torvalds2016-03-16 00:55:16 +0100
commitcecf257b62e39eab0e802e91c62ae5679673db02 (patch)
treea044f724c023f9c56834f95e58163a8cf14b54e0 /mm/madvise.c
parentxen_balloon: support memory auto onlining policy (diff)
downloadkernel-qcow2-linux-cecf257b62e39eab0e802e91c62ae5679673db02.tar.gz
kernel-qcow2-linux-cecf257b62e39eab0e802e91c62ae5679673db02.tar.xz
kernel-qcow2-linux-cecf257b62e39eab0e802e91c62ae5679673db02.zip
mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1
Currently, on shrinker registration we clear SHRINKER_NUMA_AWARE if there's the only NUMA node present. The comment states that this will allow us to save some small loop time later. It used to be true when this code was added (see commit 1d3d4437eae1b ("vmscan: per-node deferred work")), but since commit 6b4f7799c6a57 ("mm: vmscan: invoke slab shrinkers from shrink_zone()") it doesn't make any difference. Anyway, running on non-NUMA machine shouldn't make a shrinker NUMA unaware, so zap this hunk. Signed-off-by: Vladimir Davydov <vdavydov@virtuozzo.com> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/madvise.c')
0 files changed, 0 insertions, 0 deletions