mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
e0a985a4b1
When deciding what order to reuse buckets we take into account both the bucket's priority (which indicates lru order) and also the amount of live data in that bucket. The way they were scaled together wasn't as correct as it could be... this patch improves and documents it. Signed-off-by: Kent Overstreet <kmo@daterainc.com>