diff options
author | Luis Chamberlain <mcgrof@kernel.org> | 2022-04-16 00:08:02 +0200 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2022-04-21 20:40:59 +0200 |
commit | 3c6a4cba3138d1aeeb8fd917178c6578b9b8ae29 (patch) | |
tree | 7c1e20b45da8a27e770473fd7ecbe93f49e6c669 /fs/proc | |
parent | latencytop: move sysctl to its own file (diff) | |
download | linux-3c6a4cba3138d1aeeb8fd917178c6578b9b8ae29.tar.xz linux-3c6a4cba3138d1aeeb8fd917178c6578b9b8ae29.zip |
mm: fix unused variable kernel warning when SYSCTL=n
When CONFIG_SYSCTL=n the variable dirty_bytes_min which is just used
as a minimum to a proc handler is not used. So just move this under
the ifdef for CONFIG_SYSCTL.
Fixes: aa779e510219 ("mm: move page-writeback sysctls to their own file")
Reported-by: kernel test robot <lkp@intel.com>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions