]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: convert kuid_t to/from uid_t for internal structures
authorDwight Engen <dwight.engen@oracle.com>
Thu, 15 Aug 2013 18:08:01 +0000 (14:08 -0400)
committerBen Myers <bpm@sgi.com>
Thu, 15 Aug 2013 19:22:40 +0000 (14:22 -0500)
commit7622ccc9a0ba4186cb433aa6d5e8a8af0ca8e34a
treee30dfe89a43849a9eecece13e721e89528ff13ce
parente2bac8950bac73a44cd50c097821a977d7354aaf
xfs: convert kuid_t to/from uid_t for internal structures

Use uint32 from init_user_ns for xfs internal uid/gid
representation in xfs_icdinode, xfs_dqid_t.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_inode.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_qm.c
fs/xfs/xfs_quota.h
fs/xfs/xfs_symlink.c