]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/fuse/control.c
Merge tag 'for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power...
[linux.git] / fs / fuse / control.c
index 14ce1e47f980e905b7ad806dbdcbeb6522ad8ffe..c23f6f243ad4224c8f9f5c2e1a8466a32ebf99c6 100644 (file)
@@ -346,7 +346,7 @@ static int fuse_ctl_fill_super(struct super_block *sb, struct fs_context *fctx)
 
 static int fuse_ctl_get_tree(struct fs_context *fc)
 {
-       return vfs_get_super(fc, vfs_get_single_super, fuse_ctl_fill_super);
+       return get_tree_single(fc, fuse_ctl_fill_super);
 }
 
 static const struct fs_context_operations fuse_ctl_context_ops = {