diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 3d3a305488cf..a522ab97358d 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -26,6 +26,8 @@ struct nfs_server { | |||
26 | unsigned int acregmax; | 26 | unsigned int acregmax; |
27 | unsigned int acdirmin; | 27 | unsigned int acdirmin; |
28 | unsigned int acdirmax; | 28 | unsigned int acdirmax; |
29 | unsigned long retrans_timeo; /* retransmit timeout */ | ||
30 | unsigned int retrans_count; /* number of retransmit tries */ | ||
29 | unsigned int namelen; | 31 | unsigned int namelen; |
30 | char * hostname; /* remote hostname */ | 32 | char * hostname; /* remote hostname */ |
31 | struct nfs_fh fh; | 33 | struct nfs_fh fh; |