commit | c3cb5b65df014720ac1d3d6142b2e2b6e95715e9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 14 11:21:04 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun May 20 21:50:22 2018 -0400 |
tree | b9fc05540c5e5b96d13d7682eaa84f48aa84dadf | |
parent | 624d2cae3401c2e4d43c571a9b81d1f650e7703d [diff] |
block: Have BLOCK_CACHE default to y in some cases When dealing with filesystems that come from block devices we can get a noticeable performance gain in some use cases from having the block cache enabled. The code paths are valid in other cases when we have BLK set and may provide wins in raw reads in some use cases, so have this be default when BLK is enabled. Signed-off-by: Tom Rini <trini@konsulko.com>