From 627926af7ca65b9c82ac27f48f006617caa806c2 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 5 Jan 2021 17:46:05 -0800 Subject: xfs: enable realtime rmap btree Signed-off-by: Darrick J. Wong --- fs/xfs/xfs_super.c | 6 ------ 1 file changed, 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, -- cgit v1.2.3