summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-09-01 11:18:01 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-09-17 18:55:19 -0700
commit7e27b4defbd6e645b7d83671febf1b90cd57026a (patch)
tree4ca3cf8096e4b01afc2ac48b6acc307a664e0ef3
parentc1d9805deef32eb67904ad7cdbb99890072c4585 (diff)
xfs: enable realtime rmap btreerealtime-rmap_2021-09-17
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 cb19d6fd72b2..249f8f3e0965 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1693,12 +1693,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;
- }
error = xfs_mountfs(mp);
if (error)