diff --git a/mm/damon/reclaim.c b/mm/damon/reclaim.c index 183d4f3b4fde..2b8235a78f3f 100644 --- a/mm/damon/reclaim.c +++ b/mm/damon/reclaim.c @@ -27,7 +27,7 @@ * condition. Refer to below descriptions for the watermarks parameter for * this. */ -static bool enabled __read_mostly; +static bool enabled __read_mostly = true; /* * Time threshold for cold memory regions identification in microseconds.