OSDN Git Service

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)
commit3d8f2821502d0b60bac2789d0bea951fda61de0c
treec5dfcad6d19daa0ad62de28464ed05cd26c7ed3f
parent93baa55af1a19a4b86129fea40bc36c82f8b9905
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