commit | ba64e2b9e368fbe588ed5e3bb1494cc1dc4664a4 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 10 11:35:50 2012 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Fri Sep 21 03:13:12 2012 -0700 |
tree | 0651712f5b75e584b52570ad6cb6bc26b0b9523c | |
parent | 16525e3f146fbba1ae43740c7d3895d4f396a768 [diff] [blame] |
userns: Convert isofs to use kuid/kgid where appropriate Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
diff --git a/fs/isofs/isofs.h b/fs/isofs/isofs.h index 3620ad1..9916723 100644 --- a/fs/isofs/isofs.h +++ b/fs/isofs/isofs.h
@@ -52,8 +52,8 @@ umode_t s_fmode; umode_t s_dmode; - gid_t s_gid; - uid_t s_uid; + kgid_t s_gid; + kuid_t s_uid; struct nls_table *s_nls_iocharset; /* Native language support table */ };