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-11-09 19:08:06 -0800
commit7bf24fa867dc097b64ca86add1dcba8458729552 (patch)
tree115e169acae3703a93241593b21e17d70d917511
parent97fdf732b65048fa95c2dc2970564bde0e187e6c (diff)
xfs: enable realtime rmap btreerealtime-rmap_2022-11-09
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 fc067eacc387..82e796724ca3 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1668,12 +1668,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,