diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 2636e8ad551c..ab3f6e90caa5 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/sunrpc/xdr.h> | 21 | #include <linux/sunrpc/xdr.h> |
22 | #include <linux/sunrpc/timer.h> | 22 | #include <linux/sunrpc/timer.h> |
23 | #include <asm/signal.h> | 23 | #include <asm/signal.h> |
24 | #include <linux/path.h> | ||
24 | 25 | ||
25 | struct rpc_inode; | 26 | struct rpc_inode; |
26 | 27 | ||
@@ -54,9 +55,7 @@ struct rpc_clnt { | |||
54 | 55 | ||
55 | int cl_nodelen; /* nodename length */ | 56 | int cl_nodelen; /* nodename length */ |
56 | char cl_nodename[UNX_MAXNODENAME]; | 57 | char cl_nodename[UNX_MAXNODENAME]; |
57 | char cl_pathname[30];/* Path in rpc_pipe_fs */ | 58 | struct path cl_path; |
58 | struct vfsmount * cl_vfsmnt; | ||
59 | struct dentry * cl_dentry; /* inode */ | ||
60 | struct rpc_clnt * cl_parent; /* Points to parent of clones */ | 59 | struct rpc_clnt * cl_parent; /* Points to parent of clones */ |
61 | struct rpc_rtt cl_rtt_default; | 60 | struct rpc_rtt cl_rtt_default; |
62 | struct rpc_timeout cl_timeout_default; | 61 | struct rpc_timeout cl_timeout_default; |