diff mbox

xfs: remove EXPERIMENTAL tag from sparse inode feature

Message ID 1469148546-18369-1-git-send-email-david@fromorbit.com (mailing list archive)
State Accepted
Headers show

Commit Message

Dave Chinner July 22, 2016, 12:49 a.m. UTC
From: Dave Chinner <dchinner@redhat.com>

Been around for long enough now, hasn't caused any regression test
failures in the past 3 months, so it's time to make it a fully
supported feature.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
---
 fs/xfs/xfs_super.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Eric Sandeen July 22, 2016, 2:52 a.m. UTC | #1
On 7/21/16 5:49 PM, Dave Chinner wrote:
> From: Dave Chinner <dchinner@redhat.com>
> 
> Been around for long enough now, hasn't caused any regression test
> failures in the past 3 months, so it's time to make it a fully
> supported feature.
> 
> Signed-off-by: Dave Chinner <dchinner@redhat.com>

Seems reasonable to me.

Reviewed-by: Eric Sandeen <sandeen@sandeen.net>

> ---
>  fs/xfs/xfs_super.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
> index 258b594..0303f10 100644
> --- a/fs/xfs/xfs_super.c
> +++ b/fs/xfs/xfs_super.c
> @@ -1573,10 +1573,6 @@ xfs_fs_fill_super(
>  		}
>  	}
>  
> -	if (xfs_sb_version_hassparseinodes(&mp->m_sb))
> -		xfs_alert(mp,
> -	"EXPERIMENTAL sparse inode feature enabled. Use at your own risk!");
> -
>  	error = xfs_mountfs(mp);
>  	if (error)
>  		goto out_filestream_unmount;
>
diff mbox

Patch

diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 258b594..0303f10 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1573,10 +1573,6 @@  xfs_fs_fill_super(
 		}
 	}
 
-	if (xfs_sb_version_hassparseinodes(&mp->m_sb))
-		xfs_alert(mp,
-	"EXPERIMENTAL sparse inode feature enabled. Use at your own risk!");
-
 	error = xfs_mountfs(mp);
 	if (error)
 		goto out_filestream_unmount;