Skip to content

Commit 67ac709

Browse files
author
Darrick J. Wong
committed
xfs: enable parent pointers
Add parent pointers to the list of supported features. Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]>
1 parent 6ed858c commit 67ac709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fs/xfs/libxfs/xfs_format.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ xfs_sb_has_ro_compat_feature(
382382
XFS_SB_FEAT_INCOMPAT_BIGTIME | \
383383
XFS_SB_FEAT_INCOMPAT_NEEDSREPAIR | \
384384
XFS_SB_FEAT_INCOMPAT_NREXT64 | \
385-
XFS_SB_FEAT_INCOMPAT_EXCHRANGE)
385+
XFS_SB_FEAT_INCOMPAT_EXCHRANGE | \
386+
XFS_SB_FEAT_INCOMPAT_PARENT)
386387

387388
#define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL
388389
static inline bool

0 commit comments

Comments
 (0)