summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2020-02-19 17:02:55 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2020-06-01 21:16:45 -0700
commit36356dc5c9ac7ed6d498a90077da5f5a315574d4 (patch)
treea68ea588d2e81f3e50e23027f5a55850749b20d0 /fs
parent30943144c77b2bfc0c3452b1ecf1a24014e909f4 (diff)
xfs: enable realtime rmap btree
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs')
-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 2290ed127d0a..a17e824c6084 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1642,12 +1642,6 @@ xfs_fc_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,