summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-01-05 17:46:05 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-03-25 17:08:47 -0700
commit627926af7ca65b9c82ac27f48f006617caa806c2 (patch)
tree24a7aa1b8d6ec3be5e3c0378866a9d2b697a9217
parent98736e7d05e17531e5e8d28887622cb91b2578e0 (diff)
xfs: enable realtime rmap btreerealtime-rmap_2021-03-25
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 63aebba355c7..058055767c5d 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1688,12 +1688,6 @@ xfs_fs_fill_super(
}
}
- if (xfs_sb_version_hasrmapbt(&mp->m_sb) && mp->m_sb.sb_rblocks) {
- xfs_alert(mp,
- "reverse mapping btree not compatible with realtime device!");
- error = -EINVAL;
- goto out_filestream_unmount;
- }
if (xfs_sb_version_hasinobtcounts(&mp->m_sb))
xfs_warn(mp,