diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-26 17:44:26 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-09-01 11:12:42 -0400 |
| commit | c36dcfe1f7712b7c12df2d80359e638b9d246ce6 (patch) | |
| tree | c60e48fbe790d51aba77b062a002cc0032e4a612 /include/linux/sunrpc | |
| parent | 2127d82af302be94066223311ca6ff317ee13ee0 (diff) | |
SUNRPC: Remove the rpc_client->cl_dentry
It is now redundant.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/clnt.h | 1 | ||||
| -rw-r--r-- | include/linux/sunrpc/rpc_pipe_fs.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 0dccd01ae2de..76c0bf6ecd17 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
| @@ -57,7 +57,6 @@ struct rpc_clnt { | |||
| 57 | int cl_nodelen; /* nodename length */ | 57 | int cl_nodelen; /* nodename length */ |
| 58 | char cl_nodename[UNX_MAXNODENAME]; | 58 | char cl_nodename[UNX_MAXNODENAME]; |
| 59 | struct rpc_pipe_dir_head cl_pipedir_objects; | 59 | struct rpc_pipe_dir_head cl_pipedir_objects; |
| 60 | struct dentry * cl_dentry; | ||
| 61 | struct rpc_clnt * cl_parent; /* Points to parent of clones */ | 60 | struct rpc_clnt * cl_parent; /* Points to parent of clones */ |
| 62 | struct rpc_rtt cl_rtt_default; | 61 | struct rpc_rtt cl_rtt_default; |
| 63 | struct rpc_timeout cl_timeout_default; | 62 | struct rpc_timeout cl_timeout_default; |
diff --git a/include/linux/sunrpc/rpc_pipe_fs.h b/include/linux/sunrpc/rpc_pipe_fs.h index 188e7fca67e1..b0cf1812be72 100644 --- a/include/linux/sunrpc/rpc_pipe_fs.h +++ b/include/linux/sunrpc/rpc_pipe_fs.h | |||
| @@ -94,7 +94,7 @@ extern int rpc_queue_upcall(struct rpc_pipe *, struct rpc_pipe_msg *); | |||
| 94 | 94 | ||
| 95 | struct rpc_clnt; | 95 | struct rpc_clnt; |
| 96 | extern struct dentry *rpc_create_client_dir(struct dentry *, const char *, struct rpc_clnt *); | 96 | extern struct dentry *rpc_create_client_dir(struct dentry *, const char *, struct rpc_clnt *); |
| 97 | extern int rpc_remove_client_dir(struct dentry *, struct rpc_clnt *); | 97 | extern int rpc_remove_client_dir(struct rpc_clnt *); |
| 98 | 98 | ||
| 99 | extern void rpc_init_pipe_dir_head(struct rpc_pipe_dir_head *pdh); | 99 | extern void rpc_init_pipe_dir_head(struct rpc_pipe_dir_head *pdh); |
| 100 | extern void rpc_init_pipe_dir_object(struct rpc_pipe_dir_object *pdo, | 100 | extern void rpc_init_pipe_dir_object(struct rpc_pipe_dir_object *pdo, |
