aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r--include/linux/sunrpc/clnt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h
index 38ad162330a2..1848d44922ef 100644
--- a/include/linux/sunrpc/clnt.h
+++ b/include/linux/sunrpc/clnt.h
@@ -51,7 +51,6 @@ struct rpc_clnt {
51 51
52 int cl_nodelen; /* nodename length */ 52 int cl_nodelen; /* nodename length */
53 char cl_nodename[UNX_MAXNODENAME]; 53 char cl_nodename[UNX_MAXNODENAME];
54 char cl_pathname[30];/* Path in rpc_pipe_fs */
55 struct path cl_path; 54 struct path cl_path;
56 struct rpc_clnt * cl_parent; /* Points to parent of clones */ 55 struct rpc_clnt * cl_parent; /* Points to parent of clones */
57 struct rpc_rtt cl_rtt_default; 56 struct rpc_rtt cl_rtt_default;