diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 670e5c7222d0..ac7e4fb943ea 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -118,6 +118,13 @@ struct nfs_server { | |||
118 | 118 | ||
119 | atomic_t active; /* Keep trace of any activity to this server */ | 119 | atomic_t active; /* Keep trace of any activity to this server */ |
120 | wait_queue_head_t active_wq; /* Wait for any activity to stop */ | 120 | wait_queue_head_t active_wq; /* Wait for any activity to stop */ |
121 | |||
122 | /* mountd-related mount options */ | ||
123 | struct sockaddr_storage mountd_address; | ||
124 | size_t mountd_addrlen; | ||
125 | u32 mountd_version; | ||
126 | unsigned short mountd_port; | ||
127 | unsigned short mountd_protocol; | ||
121 | }; | 128 | }; |
122 | 129 | ||
123 | /* Server capabilities */ | 130 | /* Server capabilities */ |