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

* Re: [PATCH] xfs: remove experimental tag for reverse mapping
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Bill O'Donnell @ 2018-01-31 23:32 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: xfs, Dave Chinner, Eric Sandeen

On Wed, Jan 31, 2018 at 09:49:13AM -0800, Darrick J. Wong wrote:
> 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>

Reviewed-by: Bill O'Donnell <billodo@redhat.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);
> --
> To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] xfs: remove experimental tag for reverse mapping
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Chinner @ 2018-01-31 23:48 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: xfs, Eric Sandeen

On Wed, Jan 31, 2018 at 09:49:13AM -0800, Darrick J. Wong wrote:
> 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>

I've been using it for as long as I've been using reflink, and rmap
has posed less problems than reflink. So I think this is the right
time to remove the experimental flag.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
-- 
Dave Chinner
david@fromorbit.com

^ permalink raw reply	[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.