]> 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)
commitd0da5eb559fa49cc36f8cd1e6df5880885d6acf3
treea298cb78d99e35e2847e2fec757aeb6503a90b4a
parent9b95919c1a64045c6977d9189dc1126dc44f7757
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