commit | 621c1f42945e76015c3a585e7a9fe6e71665eba0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jun 20 09:16:44 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 24 09:16:02 2020 -0600 |
tree | b7e0b87fa25920b779c319cb13785b61cde16603 | |
parent | 1a4dcfa8bc10d6bf4f94ac20adc2b30a1da72cfd [diff] |
block: move struct block_device to blk_types.h Move the struct block_device definition together with most of the block layer definitions, as it has nothing to do with the rest of fs.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>