commit | 5a56ad7882a11624043db539a2c2076923148aa6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Sep 21 09:19:51 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 23 10:43:19 2020 -0600 |
tree | 30e46893867605d86fee6e3b2703c4c356090a52 | |
parent | 0fc66c9d63143f9437cd57cf5eab50a258fa40ec [diff] |
raw: don't keep unopened block device around Turn binding into a normal dev_t as the struct block device doesn't buy us anything and use blkdev_open_by_dev to actually open it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>