]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove noisy remainder of the scan_unevictable interface
authorJohannes Weiner <hannes@cmpxchg.org>
Thu, 9 Oct 2014 22:27:39 +0000 (15:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Oct 2014 02:25:55 +0000 (22:25 -0400)
commita95189a8e871d69faf30842e4c4f015badde375c
treea818d95f7201a3bac11ab1b874e3717d24708327
parent7bb2e1abb2d3e0fbd96f25ca706909e9135bd75a
mm: remove noisy remainder of the scan_unevictable interface

The deprecation warnings for the scan_unevictable interface triggers by
scripts doing `sysctl -a | grep something else'.  This is annoying and not
helpful.

The interface has been defunct since 743297110d43 ("mm: disable user
interface to manually rescue unevictable pages"), which was in 2011, and
there haven't been any reports of usecases for it, only reports that the
deprecation warnings are annying.  It's unlikely that anybody is using
this interface specifically at this point, so remove it.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/ABI/stable/sysfs-devices-node
drivers/base/node.c
include/linux/swap.h
kernel/sysctl.c
mm/vmscan.c