Skip to content

Commit be45804

Browse files
author
Christoph Hellwig
committed
xfs: enable the zoned RT device feature
Enable the zoned RT device directory feature. With this feature, RT groups are written sequentially and always emptied before rewriting the blocks. This perfectly maps to zoned devices, but can also be used on conventional block devices. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
1 parent ad35e36 commit be45804

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fs/xfs/libxfs/xfs_format.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ xfs_sb_has_ro_compat_feature(
408408
XFS_SB_FEAT_INCOMPAT_NREXT64 | \
409409
XFS_SB_FEAT_INCOMPAT_EXCHRANGE | \
410410
XFS_SB_FEAT_INCOMPAT_PARENT | \
411-
XFS_SB_FEAT_INCOMPAT_METADIR)
411+
XFS_SB_FEAT_INCOMPAT_METADIR | \
412+
XFS_SB_FEAT_INCOMPAT_ZONED)
412413

413414
#define XFS_SB_FEAT_INCOMPAT_UNKNOWN ~XFS_SB_FEAT_INCOMPAT_ALL
414415
static inline bool

0 commit comments

Comments
 (0)