VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2019-06-01 20:48:55 -0400 committer: Al Viro <viro@zeniv.linux.org.uk> 2019-07-04 22:01:58 -0400 commit: 2ac295d4f0c095310addbcb03d91d2a4c9f7d435 parent: 023d066a0d0a87696c04b0de2ceae53063d0b655
Commit Summary:
convenience helper get_tree_nodev()
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c
index 1dcc57189382..a478df035651 100644
--- a/fs/hugetlbfs/inode.c
+++ b/fs/hugetlbfs/inode.c
@@ -1299,7 +1299,7 @@ static int hugetlbfs_get_tree(struct fs_context *fc)
 	int err = hugetlbfs_validate(fc);
 	if (err)
 		return err;
-	return vfs_get_super(fc, vfs_get_independent_super, hugetlbfs_fill_super);
+	return get_tree_nodev(fc, hugetlbfs_fill_super);
 }
 
 static void hugetlbfs_fs_context_free(struct fs_context *fc)