]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/sunrpc/rpc_pipe.c
Merge tag 'for-linus-2019-09-27' of git://git.kernel.dk/linux-block
[linux.git] / net / sunrpc / rpc_pipe.c
index 748bac601e47df6bcfc3fed63909eeb44db98d23..b71a39ded930a2408ce19f4165fee5e0dc5dc650 100644 (file)
@@ -1416,8 +1416,7 @@ EXPORT_SYMBOL_GPL(gssd_running);
 
 static int rpc_fs_get_tree(struct fs_context *fc)
 {
-       fc->s_fs_info = get_net(fc->net_ns);
-       return vfs_get_super(fc, vfs_get_keyed_super, rpc_fill_super);
+       return get_tree_keyed(fc, rpc_fill_super, get_net(fc->net_ns));
 }
 
 static void rpc_fs_free_fc(struct fs_context *fc)