summaryrefslogtreecommitdiffstats
path: root/fs/hfs/hfs_fs.h
diff options
context:
space:
mode:
authorEric W. Biederman2012-02-08 01:26:59 +0100
committerEric W. Biederman2012-09-21 12:13:11 +0200
commit43b5e4ccd463a5b42e0531c32628ac462081cab8 (patch)
treec405232b59c77064146991fceec17991956237e3 /fs/hfs/hfs_fs.h
parentuserns: Convert exofs to use kuid/kgid where appropriate (diff)
downloadkernel-qcow2-linux-43b5e4ccd463a5b42e0531c32628ac462081cab8.tar.gz
kernel-qcow2-linux-43b5e4ccd463a5b42e0531c32628ac462081cab8.tar.xz
kernel-qcow2-linux-43b5e4ccd463a5b42e0531c32628ac462081cab8.zip
userns: Convert hfs to use kuid and kgid where appropriate
Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'fs/hfs/hfs_fs.h')
-rw-r--r--fs/hfs/hfs_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/hfs/hfs_fs.h b/fs/hfs/hfs_fs.h
index 8275175acf6e..693df9fe52b2 100644
--- a/fs/hfs/hfs_fs.h
+++ b/fs/hfs/hfs_fs.h
@@ -134,8 +134,8 @@ struct hfs_sb_info {
permissions on all files */
umode_t s_dir_umask; /* The umask applied to the
permissions on all dirs */
- uid_t s_uid; /* The uid of all files */
- gid_t s_gid; /* The gid of all files */
+ kuid_t s_uid; /* The uid of all files */
+ kgid_t s_gid; /* The gid of all files */
int session, part;
struct nls_table *nls_io, *nls_disk;