]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove watermark_boost_factor_sysctl_handler
authorChristoph Hellwig <hch@lst.de>
Fri, 24 Apr 2020 06:43:35 +0000 (08:43 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 27 Apr 2020 06:06:52 +0000 (02:06 -0400)
commitff9dfd71fda2e797024019eb13515e458b8354b9
tree7480469401d5cd7cdb86258f7eeb553798323517
parent0e6c92ce1d170795a396f8108369eb2c8412797f
mm: remove watermark_boost_factor_sysctl_handler

watermark_boost_factor_sysctl_handler is just a pointless wrapper for
proc_dointvec_minmax, so remove it and use proc_dointvec_minmax
directly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/mmzone.h
kernel/sysctl.c
mm/page_alloc.c