block: use put_device in put_disk
authorChristoph Hellwig <hch@lst.de>
Tue, 10 Nov 2020 06:25:37 +0000 (07:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Dec 2020 21:53:39 +0000 (14:53 -0700)
commitefdc41c8d49fc1ff9bbef8f68f1cf1d8d59164a1
treea763613547ca892e966fe8b4ec6733df1987b508
parente79319af6d8cfd7311fef1bfbb1c59c94e6e10a9
block: use put_device in put_disk

Use put_device to put the device instead of poking into the internals
and using kobject_put.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c