aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorGravatar Christoph Hellwig <hch@lst.de> 2024-02-26 11:48:26 +0100
committerGravatar Jens Axboe <axboe@kernel.dk> 2024-03-06 08:34:19 -0700
commit34a2cf3fbef17deee2d4d28c41e3cb8ac1929fda (patch)
treebe26411a5c5543123a87c115e65b76dd838183e8 /block
parentvirtio_blk: Do not use disk_set_max_open/active_zones() (diff)
downloadlinux-34a2cf3fbef17deee2d4d28c41e3cb8ac1929fda.tar.gz
linux-34a2cf3fbef17deee2d4d28c41e3cb8ac1929fda.tar.bz2
linux-34a2cf3fbef17deee2d4d28c41e3cb8ac1929fda.zip
bcache: move calculation of stripe_size and io_opt into bcache_device_init
bcache currently calculates the stripe size for the non-cached_dev case directly in bcache_device_init, but for the cached_dev case it does it in the caller. Consolidate it in one places, which also enables setting the io_opt queue_limit before allocating the gendisk so that it can be passed in instead of changing the limit just after the allocation. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Coly Li <colyli@suse.de> Link: https://lore.kernel.org/r/20240226104826.283067-2-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions