]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/sunrpc/rpc_pipe_fs.h
SUNRPC: pipefs per-net operations helper introduced
[karo-tx-linux.git] / include / linux / sunrpc / rpc_pipe_fs.h
index 2f338223014159954cae0acc59283fa94823bf89..c13fca34dc9cf3f7868c98458cdd03feaadfaeac 100644 (file)
@@ -53,6 +53,9 @@ enum {
 
 extern struct dentry *rpc_d_lookup_sb(const struct super_block *sb,
                                      const unsigned char *dir_name);
+extern void rpc_pipefs_init_net(struct net *net);
+extern struct super_block *rpc_get_sb_net(const struct net *net);
+extern void rpc_put_sb_net(const struct net *net);
 
 extern ssize_t rpc_pipe_generic_upcall(struct file *, struct rpc_pipe_msg *,
                                       char __user *, size_t);