commit | 26363af5643490a817272e1cc6f1d3f1d550a699 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 24 08:43:35 2020 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 27 02:06:52 2020 -0400 |
tree | 7480469401d5cd7cdb86258f7eeb553798323517 | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 [diff] |
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>