Skip to content
Commit 3c6a4cba authored by Luis Chamberlain's avatar Luis Chamberlain
Browse files

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: aa779e51 ("mm: move page-writeback sysctls to their own file")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Acked-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
parent 988f11e0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment