OSDN Git Service

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)
commit6fcf0c72e4b9360768cf5ef543c4f14c34800ee8
treea298cb78d99e35e2847e2fec757aeb6503a90b4a
parent33f37c648812bdbe1bd1eea75ddab3e799d51e77
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