projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed858c
)
xfs: enable parent pointers
author
Darrick J. Wong
<djwong@kernel.org>
Mon, 22 Apr 2024 16:48:00 +0000
(09:48 -0700)
committer
Darrick J. Wong
<djwong@kernel.org>
Tue, 23 Apr 2024 14:47:01 +0000
(07:47 -0700)
Add parent pointers to the list of supported features.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_format.h
patch
|
blob
|
history
diff --git
a/fs/xfs/libxfs/xfs_format.h
b/fs/xfs/libxfs/xfs_format.h
index b457e457e1f713f1eb691431e06a4fdf84133128..61f51becff4f768198d8bb70a27cb69c66c96109 100644
(file)
--- a/
fs/xfs/libxfs/xfs_format.h
+++ b/
fs/xfs/libxfs/xfs_format.h
@@
-382,7
+382,8
@@
xfs_sb_has_ro_compat_feature(
XFS_SB_FEAT_INCOMPAT_BIGTIME | \
XFS_SB_FEAT_INCOMPAT_NEEDSREPAIR | \
XFS_SB_FEAT_INCOMPAT_NREXT64 | \
- XFS_SB_FEAT_INCOMPAT_EXCHRANGE)
+ XFS_SB_FEAT_INCOMPAT_EXCHRANGE | \
+ XFS_SB_FEAT_INCOMPAT_PARENT)
#define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL
static inline bool