Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"
[deliverable/linux.git] / include / linux / sunrpc / rpc_pipe_fs.h
index 63878d05c9a93c7a78e9b045660518493e3551b3..63929349571fe643eecfd1636636daabb6aac2a4 100644 (file)
@@ -41,11 +41,10 @@ RPC_I(struct inode *inode)
 
 extern int rpc_queue_upcall(struct inode *, struct rpc_pipe_msg *);
 
-extern struct dentry *rpc_mkdir(struct dentry *, char *, struct rpc_clnt *);
-extern void rpc_rmdir(struct dentry *);
-extern struct dentry *rpc_mkpipe(struct dentry *, char *, void *,
-               struct rpc_pipe_ops *, int flags);
-extern void rpc_unlink(struct dentry *);
+extern struct dentry *rpc_mkdir(char *, struct rpc_clnt *);
+extern int rpc_rmdir(char *);
+extern struct dentry *rpc_mkpipe(char *, void *, struct rpc_pipe_ops *, int flags);
+extern int rpc_unlink(char *);
 
 #endif
 #endif
This page took 0.024243 seconds and 5 git commands to generate.