aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs_fs_sb.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index aae7c117597a..d404ceca9168 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -26,6 +26,8 @@ struct nfs_client {
26 26
27 struct rpc_clnt * cl_rpcclient; 27 struct rpc_clnt * cl_rpcclient;
28 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ 28 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
29 unsigned long retrans_timeo; /* retransmit timeout */
30 unsigned int retrans_count; /* number of retransmit tries */
29 31
30#ifdef CONFIG_NFS_V4 32#ifdef CONFIG_NFS_V4
31 u64 cl_clientid; /* constant */ 33 u64 cl_clientid; /* constant */
@@ -73,7 +75,6 @@ struct nfs_client {
73struct nfs_server { 75struct nfs_server {
74 struct nfs_client * nfs_client; /* shared client and NFS4 state */ 76 struct nfs_client * nfs_client; /* shared client and NFS4 state */
75 struct rpc_clnt * client; /* RPC client handle */ 77 struct rpc_clnt * client; /* RPC client handle */
76 struct rpc_clnt * client_sys; /* 2nd handle for FSINFO */
77 struct rpc_clnt * client_acl; /* ACL RPC client handle */ 78 struct rpc_clnt * client_acl; /* ACL RPC client handle */
78 struct nfs_iostats * io_stats; /* I/O statistics */ 79 struct nfs_iostats * io_stats; /* I/O statistics */
79 struct backing_dev_info backing_dev_info; 80 struct backing_dev_info backing_dev_info;
@@ -90,8 +91,6 @@ struct nfs_server {
90 unsigned int acregmax; 91 unsigned int acregmax;
91 unsigned int acdirmin; 92 unsigned int acdirmin;
92 unsigned int acdirmax; 93 unsigned int acdirmax;
93 unsigned long retrans_timeo; /* retransmit timeout */
94 unsigned int retrans_count; /* number of retransmit tries */
95 unsigned int namelen; 94 unsigned int namelen;
96 char * hostname; /* remote hostname */ 95 char * hostname; /* remote hostname */
97 struct nfs_fh fh; 96 struct nfs_fh fh;