]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: remove parent pointers in unlink
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:02 +0000 (17:01 -0700)
commit112c475cd456ad7f0c2427a189dad2bd0aafec8e
tree38474ee1c4dd509d434ea16820829f27288780b5
parent7d501bc8947aed2eb963829ec03acf72d2388c72
xfs: remove parent pointers in unlink

Source kernel commit: d2d18330f63cd70b50eddac76de7c59a36f2faa7

This patch removes the parent pointer attribute during unlink

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
[djwong: adjust to new ondisk format, minor rebase fixes]
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/libxfs_api_defs.h
libxfs/xfs_parent.c
libxfs/xfs_parent.h
libxfs/xfs_trans_space.c
libxfs/xfs_trans_space.h
repair/phase6.c