aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/rpc_pipe_fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/rpc_pipe_fs.h')
-rw-r--r--include/linux/sunrpc/rpc_pipe_fs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h
index a353e0300b54..7f490bef9e99 100644
--- a/include/linux/sunrpc/rpc_pipe_fs.h
+++ b/include/linux/sunrpc/rpc_pipe_fs.h
@@ -84,7 +84,8 @@ enum {
84 84
85extern struct dentry *rpc_d_lookup_sb(const struct super_block *sb, 85extern struct dentry *rpc_d_lookup_sb(const struct super_block *sb,
86 const unsigned char *dir_name); 86 const unsigned char *dir_name);
87extern void rpc_pipefs_init_net(struct net *net); 87extern int rpc_pipefs_init_net(struct net *net);
88extern void rpc_pipefs_exit_net(struct net *net);
88extern struct super_block *rpc_get_sb_net(const struct net *net); 89extern struct super_block *rpc_get_sb_net(const struct net *net);
89extern void rpc_put_sb_net(const struct net *net); 90extern void rpc_put_sb_net(const struct net *net);
90 91
@@ -130,5 +131,7 @@ extern int rpc_unlink(struct dentry *);
130extern int register_rpc_pipefs(void); 131extern int register_rpc_pipefs(void);
131extern void unregister_rpc_pipefs(void); 132extern void unregister_rpc_pipefs(void);
132 133
134extern bool gssd_running(struct net *net);
135
133#endif 136#endif
134#endif 137#endif