You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: aa779e5 ("mm: move page-writeback sysctls to their own file")
Reported-by: kernel test robot <[email protected]>
Acked-by: Andrew Morton <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
0 commit comments