commit | 7f6be3765e113e0d4b8e6b65e1074982de94377e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Aug 10 17:45:10 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Aug 12 10:31:35 2021 -0600 |
tree | bba3bfda58f09c1ffbe739fa8a06f2e2d7a98667 | |
parent | a08aa9bccdc282b5e8d133bf8c239473f057b464 [diff] |
block: pass a gendisk to bdev_add_partition bdev_add_partition can only operate on the whole device. Make that clear by passing a gendisk instead of a block_device. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210810154512.1809898-3-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>