]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bcache: Fix leak of bdev reference
authorJan Kara <jack@suse.cz>
Wed, 6 Sep 2017 06:25:51 +0000 (14:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Sep 2017 08:57:21 +0000 (10:57 +0200)
commit615f8ab2ffcdd13ad0ce98e62a5268f9954893a6
tree6855b31a620dc308e75d68afc3a9230b71bf5981
parentcfa0386af092a3afcf5edc8930ed7bb4990697e3
bcache: Fix leak of bdev reference

commit 4b758df21ee7081ab41448d21d60367efaa625b3 upstream.

If blkdev_get_by_path() in register_bcache() fails, we try to lookup the
block device using lookup_bdev() to detect which situation we are in to
properly report error. However we never drop the reference returned to
us from lookup_bdev(). Fix that.

Signed-off-by: Jan Kara <jack@suse.cz>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/bcache/super.c