SUNRPC: Remove the rpc_client->cl_dentry
It is now redundant. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
2127d82af3
commit
c36dcfe1f7
4 changed files with 26 additions and 25 deletions
|
@ -57,7 +57,6 @@ struct rpc_clnt {
|
|||
int cl_nodelen; /* nodename length */
|
||||
char cl_nodename[UNX_MAXNODENAME];
|
||||
struct rpc_pipe_dir_head cl_pipedir_objects;
|
||||
struct dentry * cl_dentry;
|
||||
struct rpc_clnt * cl_parent; /* Points to parent of clones */
|
||||
struct rpc_rtt cl_rtt_default;
|
||||
struct rpc_timeout cl_timeout_default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue