aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zstd.c
diff options
context:
space:
mode:
authorQu Wenruo <wqu@suse.com>2021-07-26 14:34:52 +0800
committerDavid Sterba <dsterba@suse.com>2021-08-23 13:19:04 +0200
commitca62e85ded2c02f5e5d469103f2a5b6b09883dcc (patch)
tree6c1dea91479593ff246e6e14bc383eb1906523c8 /fs/btrfs/zstd.c
parent3670e6451bc9c39ab3a46f1da19360219e4319f3 (diff)
btrfs: disable compressed readahead for subpage
For current subpage support, we only support 64K page size with 4K sector size. This makes compressed readahead less effective, as maximum compressed extent size is only 128K, 2x the page size. On the other hand, the function add_ra_bio_pages() is still assuming sectorsize == PAGE_SIZE, and code change may affect 4K page size systems. So for now, let's disable subpage compressed readahead for now. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/zstd.c')
0 files changed, 0 insertions, 0 deletions