]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
authorChandan Babu R <chandan.babu@oracle.com>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
commit1a8c8e439bbd6ec78fb9228912b817bbfd87dbae
tree2084fae455d3c6cef7c6a75c33c9a39d3232c4e6
parent2420fe02c7accc8a59d7f4289dc8b0ee1b4d0d0d
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags

Source kernel commit: 973ac0eb3a7dfedecd385bd2b48b12e62a0492f2

This commit enables XFS module to work with fs instances having 64-bit
per-inode extent counters by adding XFS_SB_FEAT_INCOMPAT_NREXT64 flag to the
list of supported incompat feature flags.

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_format.h