diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-02 09:42:53 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-13 09:16:08 -0500 |
commit | 4c1e1b34d5c800ad3ac9a7e2805b0bea70ad2278 (patch) | |
tree | 1d52d5be323c160ae98f35dd32c7f8109879354d /include/linux/nfsd | |
parent | 03bc6d1cc1759e6b5959cacc02a19ef36e95e741 (diff) |
nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include/linux/nfsd')
-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; |