summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:15:48 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:17:19 -0700
commit2d8a3a4efe7148981529d1530b916ff927429b07 (patch)
tree503212a70133024514235fba53615a62742818e5
parent318d46d7e621ff0d40e26398cb9b6c0156fe3aef (diff)
xfs: enable realtime rmap btreerealtime-rmap_2022-10-14
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
-rw-r--r--fs/xfs/xfs_super.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 0b71bb79282d..575c27cf307c 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1662,12 +1662,6 @@ xfs_fs_fill_super(
}
}
- if (xfs_has_rmapbt(mp) && mp->m_sb.sb_rblocks) {
- xfs_alert(mp,
- "reverse mapping btree not compatible with realtime device!");
- error = -EINVAL;
- goto out_filestream_unmount;
- }
if (xfs_has_large_extent_counts(mp))
xfs_warn(mp,