]> git.baikalelectronics.ru Git - kernel.git/commit
block: pass a gendisk to bdev_add_partition
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Aug 2021 15:45:10 +0000 (17:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Aug 2021 16:31:35 +0000 (10:31 -0600)
commit8034ea3f96687b5e23da52d59bdc43acda32516b
treebba3bfda58f09c1ffbe739fa8a06f2e2d7a98667
parent83bc49675d19cda0718ed7d4ff42ebacb5a6d9db
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>
block/blk.h
block/ioctl.c
block/partitions/core.c