]> git.baikalelectronics.ru Git - kernel.git/commit
block: Fix an error handling in add_partition
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Sun, 17 Jan 2021 08:50:17 +0000 (16:50 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jan 2021 04:35:58 +0000 (21:35 -0700)
commit182bb2c05c1edd1eab54aab236f4c05191234ff3
tree94db90b4918e9db8b9b9f0ccc8e6501c5d56dbae
parent4dcb8c599530efdf1ca883f5a8331dcab8a4cac9
block: Fix an error handling in add_partition

Once we have called device_initialize(), we should use put_device() to
give up the reference on error, just like what we have done on failure
of device_add().

Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/core.c