]> git.baikalelectronics.ru Git - kernel.git/commit
block: fix busy device checking in blk_drop_partitions again
authorChristoph Hellwig <hch@lst.de>
Fri, 10 Apr 2020 12:31:47 +0000 (14:31 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 10 Apr 2020 14:34:11 +0000 (08:34 -0600)
commite84c52a91a9941e9d34ea3d9b118b22928f1288f
tree03e1d21771f992652483dbed00567badce2204a9
parent0e1eb566ab1fa8e118025cd0d85c212aa6f3b350
block: fix busy device checking in blk_drop_partitions again

The previous fix had an off by one in the bd_openers checking, counting
the callers blkdev_get.

Fixes: 141bffa70f02 ("block: fix busy device checking in blk_drop_partitions")
Reported-by: Qian Cai <cai@lca.pw>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Qian Cai <cai@lca.pw>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/core.c