diff options
Diffstat (limited to 'include/linux/nfsd/export.h')
-rw-r--r-- | include/linux/nfsd/export.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h index 24c139288db4..7898c997dfea 100644 --- a/include/linux/nfsd/export.h +++ b/include/linux/nfsd/export.h | |||
@@ -49,8 +49,8 @@ struct svc_export { | |||
49 | struct auth_domain * ex_client; | 49 | struct auth_domain * ex_client; |
50 | int ex_flags; | 50 | int ex_flags; |
51 | struct path ex_path; | 51 | struct path ex_path; |
52 | uid_t ex_anon_uid; | 52 | kuid_t ex_anon_uid; |
53 | gid_t ex_anon_gid; | 53 | kgid_t ex_anon_gid; |
54 | int ex_fsid; | 54 | int ex_fsid; |
55 | unsigned char * ex_uuid; /* 16 byte fsid */ | 55 | unsigned char * ex_uuid; /* 16 byte fsid */ |
56 | struct nfsd4_fs_locations ex_fslocs; | 56 | struct nfsd4_fs_locations ex_fslocs; |