mm: swap - set page_cluster at 0

Signed-off-by: ThunderStorms21th <pinakastorm@gmail.com>
This commit is contained in:
ThunderStorms21th 2021-09-20 13:27:28 +02:00 committed by Ksawlii
parent 4cf82f496d
commit 484f198a6b

View file

@ -1314,7 +1314,7 @@ void __init swap_setup(void)
if (megs < 16)
page_cluster = 2;
else
page_cluster = 3;
page_cluster = 0; /* default 3 */
/*
* Right now other parts of the system means that we
* _really_ don't want to cluster much more