mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-09 23:50:54 +00:00
Before, if the user wanted sequential IO to be promoted to the cache they'd have to set sequential_threshold to some nebulous large value. Now, the user may easily disable sequential IO detection (and sequential IO's implicit bypass of the cache) by setting sequential_threshold to 0. Signed-off-by: Mike Snitzer <snitzer@redhat.com>