commit | edb0872f44ec9976ea6d052cb4b93cd2d23ac2ba | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 09 16:17:43 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 09 11:53:23 2021 -0600 |
tree | 077c52abab520da5223f99729c41dc0119f73b4b | |
parent | 1008162b2782a3624d12b0aee8da58bc75d12e19 [diff] |
block: move the bdi from the request_queue to the gendisk The backing device information only makes sense for file system I/O, and thus belongs into the gendisk and not the lower level request_queue structure. Move it there. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20210809141744.1203023-5-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>