aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfs_fs_sb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h
index 0b3dcba3d97d..912cfe84ea86 100644
--- a/include/linux/nfs_fs_sb.h
+++ b/include/linux/nfs_fs_sb.h
@@ -21,7 +21,8 @@ struct nfs_client {
21#define NFS_CS_CALLBACK 1 /* - callback started */ 21#define NFS_CS_CALLBACK 1 /* - callback started */
22#define NFS_CS_IDMAP 2 /* - idmap started */ 22#define NFS_CS_IDMAP 2 /* - idmap started */
23#define NFS_CS_RENEWD 3 /* - renewd started */ 23#define NFS_CS_RENEWD 3 /* - renewd started */
24 struct sockaddr_in cl_addr; /* server identifier */ 24 struct sockaddr_storage cl_addr; /* server identifier */
25 size_t cl_addrlen;
25 char * cl_hostname; /* hostname of server */ 26 char * cl_hostname; /* hostname of server */
26 struct list_head cl_share_link; /* link in global client list */ 27 struct list_head cl_share_link; /* link in global client list */
27 struct list_head cl_superblocks; /* List of nfs_server structs */ 28 struct list_head cl_superblocks; /* List of nfs_server structs */