xfs: add a incompat feature bit for parent pointers
authorAllison Henderson <allison.henderson@oracle.com>
Mon, 22 Apr 2024 16:47:57 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:47:01 +0000 (07:47 -0700)
commit5f98ec1cb5c264e4815e21d632ee0b3d6e700e3d
tree1bd30b4c557c818e89998712769ead3848b8764a
parent7dafb449b7922c1eec6fee3ed85b679d51f0f431
xfs: add a incompat feature bit for parent pointers

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>
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_fs.h
fs/xfs/libxfs/xfs_sb.c
fs/xfs/xfs_super.c