xfs: Add parent pointers to xfs_cross_rename
authorAllison Henderson <allison.henderson@oracle.com>
Mon, 22 Apr 2024 16:47:51 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:46:59 +0000 (07:46 -0700)
commit1c12949e50e191933c08758ae53e31b852e730d6
treea79487a30d6f0e883b8b4ba284f645465db2b0e9
parent5a8338c88284df4e9e697225aa65f2709333a659
xfs: Add parent pointers to xfs_cross_rename

Cross renames are handled separately from standard renames, and
need different handling to update the parent attributes correctly.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_inode.c