diff options
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 7d96e3cd57cc..8584ec068e97 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -1149,7 +1149,7 @@ rpc_mount(struct file_system_type *fs_type, | |||
1149 | return mount_ns(fs_type, flags, current->nsproxy->net_ns, rpc_fill_super); | 1149 | return mount_ns(fs_type, flags, current->nsproxy->net_ns, rpc_fill_super); |
1150 | } | 1150 | } |
1151 | 1151 | ||
1152 | void rpc_kill_sb(struct super_block *sb) | 1152 | static void rpc_kill_sb(struct super_block *sb) |
1153 | { | 1153 | { |
1154 | struct net *net = sb->s_fs_info; | 1154 | struct net *net = sb->s_fs_info; |
1155 | struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); | 1155 | struct sunrpc_net *sn = net_generic(net, sunrpc_net_id); |