block: pass a gendisk to bdev_del_partition
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Aug 2021 15:45:11 +0000 (17:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Aug 2021 16:31:35 +0000 (10:31 -0600)
commit926fbb1677e0d963dd96dae3c0305e855590d524
tree6244e59363d34d3f446abb006b505a9fe0d21fb5
parent7f6be3765e113e0d4b8e6b65e1074982de94377e
block: pass a gendisk to bdev_del_partition

bdev_del_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-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk.h
block/ioctl.c
block/partitions/core.c