]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: add a incompat feature bit for parent pointers
authorAllison Henderson <allison.henderson@oracle.com>
Mon, 29 Jul 2024 23:22:49 +0000 (16:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:03 +0000 (17:01 -0700)
commit89a6faedb0ec26fb71279ac37cf7c8147174ce58
treed40178d566576ba94e4e2d38d13acd756c2abb94
parent4e0128ac2599535fd758f6922a0ebd9b52c9668b
xfs: add a incompat feature bit for parent pointers

Source kernel commit: 5f98ec1cb5c264e4815e21d632ee0b3d6e700e3d

Create an incompat feature bit and a fs geometry flag so that we can
enable the feature in the ondisk superblock and advertise its existence
to userspace.

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 <darrick.wong@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_format.h
libxfs/xfs_fs.h
libxfs/xfs_sb.c