block: return -EBUSY when there are open partitions in blkdev_reread_part
authorChristoph Hellwig <hch@lst.de>
Wed, 21 Apr 2021 16:05:02 +0000 (18:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Apr 2021 11:39:59 +0000 (13:39 +0200)
commitfc2454cc0c4bbf3ab7556c8b38e042c6c7651e42
tree36a91c5ea86ed8883b05d68395c2f1cc35b76beb
parent2bbd8aafde362e2d2bb3af3ce2ea400c3860073f
block: return -EBUSY when there are open partitions in blkdev_reread_part

[ Upstream commit 68e6582e8f2dc32fd2458b9926564faa1fb4560e ]

The switch to go through blkdev_get_by_dev means we now ignore the
return value from bdev_disk_changed in __blkdev_get.  Add a manual
check to restore the old semantics.

Fixes: 4601b4b130de ("block: reopen the device in blkdev_reread_part")
Reported-by: Karel Zak <kzak@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210421160502.447418-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
block/ioctl.c