diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 6b4a13c79474..4db90df2aed0 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -43,7 +43,7 @@ struct nfs_server { | |||
43 | */ | 43 | */ |
44 | char ip_addr[16]; | 44 | char ip_addr[16]; |
45 | char * mnt_path; | 45 | char * mnt_path; |
46 | struct nfs4_client * nfs4_state; /* all NFSv4 state starts here */ | 46 | struct nfs_client * nfs4_state; /* all NFSv4 state starts here */ |
47 | struct list_head nfs4_siblings; /* List of other nfs_server structs | 47 | struct list_head nfs4_siblings; /* List of other nfs_server structs |
48 | * that share the same clientid | 48 | * that share the same clientid |
49 | */ | 49 | */ |