]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the icdinode di_uid/di_gid members
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Feb 2020 16:31:27 +0000 (08:31 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:50 +0000 (20:55 -0800)
commit271f645e8e2db2cf489bd48587964f433bf4d942
tree9edf14d459c9db641da9b3b8064cfecf4be4bd4b
parent8077d7ca3d9f05ff630c9e3380a3a7a58e8e8c74
xfs: remove the icdinode di_uid/di_gid members

Use the Linux inode i_uid/i_gid members everywhere and just convert
from/to the scalar value when reading or writing the on-disk inode.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_inode_buf.c
fs/xfs/libxfs/xfs_inode_buf.h
fs/xfs/xfs_dquot.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_itable.c
fs/xfs/xfs_qm.c
fs/xfs/xfs_quota.h
fs/xfs/xfs_symlink.c