ssg: Set max available ratio to 25

Testing:
[ElectroPerf & resist15]
In testing we found out that there were significant improvements
in the sequential read and write speeds. Some screenshots of the tests are below:

Before: https://i.imgur.com/UBL74X2.jpg
After: https://i.imgur.com/CrkD5iE.jpg

Change-Id: Idd7f5c7df0a7fc1535555927923491ecb39bc6a9
[Tashar02: Apply patch on kernel]
Signed-off-by: Tashfin Shakeer Rhythm <tashfinshakeerrhythm@gmail.com>
This commit is contained in:
Park Ju Hyung 2024-06-19 01:53:51 +03:00 committed by Ksawlii
parent 09f69d7d5f
commit 77fa911b76

View file

@ -50,7 +50,7 @@ static void ssg_blkcg_cpd_init(struct blkcg_policy_data *cpd)
if (IS_ERR_OR_NULL(ssg_blkcg))
return;
ssg_blkcg->max_available_ratio = 100;
ssg_blkcg->max_available_ratio = 25;
}
static void ssg_blkcg_cpd_free(struct blkcg_policy_data *cpd)