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-12-15 17:29:18 -0800
commit9d2bc3f95e9191eeb7151098d9aa848cfe4de092 (patch)
treeaa011e61e03f1d3d3eb1b5962e7547c02814c181
parent2e31c9d6fff637b5fc2f8f07ff9ed4a2d15b4f32 (diff)
xfs: enable realtime rmap btreerealtime-rmap_2021-12-15
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 7059c6e51999..2c0156653058 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1694,12 +1694,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)