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-10-22 16:41:04 -0700
commit9b78a95595105e1ccdbdc622a27fb8ec748761cf (patch)
treee29039ad6b79bbce4a8818399bec894f84647d60
parent28686c6c3ab632596568e0dbb4c56f955b0c3930 (diff)
xfs: enable realtime rmap btreerealtime-rmap_2021-10-22
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 fe33c64fbf34..a1fbd56ea7fc 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1700,12 +1700,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)