]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: Add parent pointers to rename
authorAllison Henderson <allison.henderson@oracle.com>
Mon, 29 Jul 2024 23:22:48 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:03 +0000 (17:01 -0700)
commit8b0afc59edb1ad62a078d5232d1f74093baa811b
tree26494024179618e8eb4689c5bc935be3f65280ad
parent112c475cd456ad7f0c2427a189dad2bd0aafec8e
xfs: Add parent pointers to rename

Source kernel commit: 5a8338c88284df4e9e697225aa65f2709333a659

This patch removes the old parent pointer attribute during the rename
operation, and re-adds the updated parent pointer.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[djwong: adjust to new ondisk format]
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_parent.c
libxfs/xfs_parent.h
libxfs/xfs_trans_space.c
libxfs/xfs_trans_space.h