aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorStanislav Kinsbursky <skinsbursky@parallels.com>2011-12-26 07:43:49 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-01-31 18:20:25 -0500
commitd706ed1f50d3f7fae61a177183562179abe8e4bb (patch)
tree8f66aaf4276a616ac6006c3fb96b13d6b543143d /include/linux/sunrpc
parentd0fe13ba9178d3bb78bbd8577bdedc00f76b7a66 (diff)
SUNPRC: cleanup RPC PipeFS pipes upcall interface
RPC pipe upcall doesn't requires only private pipe data. Thus RPC inode references in this code can be removed. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/rpc_pipe_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h
index 57512c23d34..3ebc257e2b4 100644
--- a/include/linux/sunrpc/rpc_pipe_fs.h
+++ b/include/linux/sunrpc/rpc_pipe_fs.h
@@ -64,7 +64,7 @@ extern void rpc_put_sb_net(const struct net *net);
64 64
65extern ssize_t rpc_pipe_generic_upcall(struct file *, struct rpc_pipe_msg *, 65extern ssize_t rpc_pipe_generic_upcall(struct file *, struct rpc_pipe_msg *,
66 char __user *, size_t); 66 char __user *, size_t);
67extern int rpc_queue_upcall(struct inode *, struct rpc_pipe_msg *); 67extern int rpc_queue_upcall(struct rpc_pipe *, struct rpc_pipe_msg *);
68 68
69struct rpc_clnt; 69struct rpc_clnt;
70extern struct dentry *rpc_create_client_dir(struct dentry *, struct qstr *, struct rpc_clnt *); 70extern struct dentry *rpc_create_client_dir(struct dentry *, struct qstr *, struct rpc_clnt *);