diff options
Diffstat (limited to 'include/linux/sunrpc/rpc_pipe_fs.h')
-rw-r--r-- | include/linux/sunrpc/rpc_pipe_fs.h | 5 |
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 | ||
85 | extern struct dentry *rpc_d_lookup_sb(const struct super_block *sb, | 85 | extern struct dentry *rpc_d_lookup_sb(const struct super_block *sb, |
86 | const unsigned char *dir_name); | 86 | const unsigned char *dir_name); |
87 | extern void rpc_pipefs_init_net(struct net *net); | 87 | extern int rpc_pipefs_init_net(struct net *net); |
88 | extern void rpc_pipefs_exit_net(struct net *net); | ||
88 | extern struct super_block *rpc_get_sb_net(const struct net *net); | 89 | extern struct super_block *rpc_get_sb_net(const struct net *net); |
89 | extern void rpc_put_sb_net(const struct net *net); | 90 | extern void rpc_put_sb_net(const struct net *net); |
90 | 91 | ||
@@ -130,5 +131,7 @@ extern int rpc_unlink(struct dentry *); | |||
130 | extern int register_rpc_pipefs(void); | 131 | extern int register_rpc_pipefs(void); |
131 | extern void unregister_rpc_pipefs(void); | 132 | extern void unregister_rpc_pipefs(void); |
132 | 133 | ||
134 | extern bool gssd_running(struct net *net); | ||
135 | |||
133 | #endif | 136 | #endif |
134 | #endif | 137 | #endif |