All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: remove experimental tag for reverse mapping
@ 2018-01-31 17:49 Darrick J. Wong
  2018-01-31 23:32 ` Bill O'Donnell
  2018-01-31 23:48 ` Dave Chinner
  0 siblings, 2 replies; 3+ messages in thread
From: Darrick J. Wong @ 2018-01-31 17:49 UTC (permalink / raw)
  To: xfs; +Cc: Dave Chinner, Eric Sandeen

From: Darrick J. Wong <darrick.wong@oracle.com>

Reverse mapping has had a while to soak, so remove the experimental tag.
Now that we've landed space metadata cross-referencing in scrub, the
feature actually has a purpose.

Reject rmap filesystems with an rt device until the code to support it
is actually implemented.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 fs/xfs/xfs_super.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index f3e0001..f436eec 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1684,12 +1684,10 @@ xfs_fs_fill_super(
 	if (xfs_sb_version_hasrmapbt(&mp->m_sb)) {
 		if (mp->m_sb.sb_rblocks) {
 			xfs_alert(mp,
-	"EXPERIMENTAL reverse mapping btree not compatible with realtime device!");
+	"reverse mapping btree not compatible with realtime device!");
 			error = -EINVAL;
 			goto out_filestream_unmount;
 		}
-		xfs_alert(mp,
-	"EXPERIMENTAL reverse mapping btree feature enabled. Use at your own risk!");
 	}
 
 	error = xfs_mountfs(mp);

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-31 23:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31 17:49 [PATCH] xfs: remove experimental tag for reverse mapping Darrick J. Wong
2018-01-31 23:32 ` Bill O'Donnell
2018-01-31 23:48 ` Dave Chinner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.