commit | 46754bd056053785d7079f1d48f7f571728dcb47 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 27 12:22:57 2022 -0400 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Aug 02 21:08:49 2022 -0600 |
tree | 19ace24d9b5561c42c727d066d971940b96a0854 | |
parent | 51d798cdb5c219000fe76a3ffbcaa846b689ba80 [diff] |
block: move ->bio_split to the gendisk Only non-passthrough requests are split by the block layer and use the ->bio_split bio_set. Move it from the request_queue to the gendisk. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20220727162300.3089193-4-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>