]> git.baikalelectronics.ru Git - kernel.git/commit
block: pass a gendisk to bdev_resize_partition
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Aug 2021 15:45:12 +0000 (17:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Aug 2021 16:31:36 +0000 (10:31 -0600)
commitcd65fda2dbf2279cc1f4b603e0fba56a25c5a8e5
treea01cb451abcdbff8c3177703e0b04dc826cc1f19
parent563f6579d89a3dbdb054563a8acb13e51ad8132e
block: pass a gendisk to bdev_resize_partition

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