]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: add parent pointer support to attribute code
authorAllison Henderson <allison.henderson@oracle.com>
Mon, 29 Jul 2024 23:22:45 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:02 +0000 (17:01 -0700)
commitfbc92bd197f705aa771a02baea6f5d35c621ce54
tree7e7de498f9bffc7b730c4387f1059740fe7c716d
parent24d677a15dfc9a0c048c93bfdf74b89bd87616d5
xfs: add parent pointer support to attribute code

Source kernel commit: 98493ff878859eb0adefbc57a49ad47a92dfd252

Add the new parent attribute type. XFS_ATTR_PARENT is used only for parent pointer
entries; it uses reserved blocks like XFS_ATTR_ROOT.

Signed-off-by: Mark Tinguely <mark.tinguely@oracle.com>
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>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_da_format.h
libxfs/xfs_log_format.h