diff --git a/mm/vmscan.c b/mm/vmscan.c index db8af0eb67eb..46dee9f2a58a 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -191,7 +191,7 @@ struct scan_control { #define prefetchw_prev_lru_folio(_folio, _base, _field) do { } while (0) #endif -bool sysctl_workingset_protection __read_mostly = true; +bool sysctl_workingset_protection __read_mostly = false; u8 sysctl_anon_min_ratio __read_mostly = CONFIG_ANON_MIN_RATIO; u8 sysctl_clean_low_ratio __read_mostly = CONFIG_CLEAN_LOW_RATIO; u8 sysctl_clean_min_ratio __read_mostly = CONFIG_CLEAN_MIN_RATIO;