]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: add missing blkdev_put() in get_tree_bdev()
authorIan Kent <raven@themaw.net>
Wed, 2 Oct 2019 09:56:33 +0000 (17:56 +0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 10 Oct 2019 02:53:57 +0000 (22:53 -0400)
commit73628c3bf113ab780b0493bca48384705d6842c7
treea298cb78d99e35e2847e2fec757aeb6503a90b4a
parent680216c1d9c10768dcac61906b7cf9f4792a2e1e
vfs: add missing blkdev_put() in get_tree_bdev()

Is there are a couple of missing blkdev_put() in get_tree_bdev()?

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/super.c