diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 912cfe84ea86..d15c9487b8f1 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -29,8 +29,6 @@ struct nfs_client { | |||
29 | 29 | ||
30 | struct rpc_clnt * cl_rpcclient; | 30 | struct rpc_clnt * cl_rpcclient; |
31 | const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ | 31 | const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ |
32 | unsigned long retrans_timeo; /* retransmit timeout */ | ||
33 | unsigned int retrans_count; /* number of retransmit tries */ | ||
34 | 32 | ||
35 | #ifdef CONFIG_NFS_V4 | 33 | #ifdef CONFIG_NFS_V4 |
36 | u64 cl_clientid; /* constant */ | 34 | u64 cl_clientid; /* constant */ |