]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove the icdinode di_uid/di_gid members
authorChristoph Hellwig <hch@lst.de>
Wed, 12 Apr 2023 04:26:11 +0000 (09:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Apr 2023 10:07:37 +0000 (12:07 +0200)
commit401b7a5357a193642d2b27b5e402184b12179865
tree56724d700d7a8fd7d8ebff0e12310d42b26ccfff
parent9c770375b787725451735d1b2102c7fa5b806b7e
xfs: remove the icdinode di_uid/di_gid members

commit 271f645e8e2db2cf489bd48587964f433bf4d942 upstream.

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>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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