]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: ensure that the inode uid/gid match values match the icdinode ones
authorChristoph Hellwig <hch@lst.de>
Fri, 21 Feb 2020 16:31:26 +0000 (08:31 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:50 +0000 (20:55 -0800)
commit8077d7ca3d9f05ff630c9e3380a3a7a58e8e8c74
treec5dfcad6d19daa0ad62de28464ed05cd26c7ed3f
parent4336830127f05cacaa153e005af8d52fb68f01dc
xfs: ensure that the inode uid/gid match values match the icdinode ones

Instead of only synchronizing the uid/gid values in xfs_setup_inode,
ensure that they always match to prepare for removing the icdinode
fields.

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/xfs_icache.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_iops.c