commit | cb6b771b05c3026a85ed4817c1b87c5e6f41d136 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 10 14:31:47 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Apr 10 08:34:11 2020 -0600 |
tree | 03e1d21771f992652483dbed00567badce2204a9 | |
parent | d9a9755a83d706fec22e4364b2f91568dfb8c4ea [diff] |
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: d3ef5536274f ("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>