[PATCH] xfs_db: report FINOBT in version output
Brian Foster
bfoster at redhat.com
Tue May 5 09:25:52 CDT 2015
On Wed, Apr 29, 2015 at 10:31:23PM -0500, Eric Sandeen wrote:
> Signed-off-by: Eric Sandeen <sandeen at redhat.com>
> ---
Reviewed-by: Brian Foster <bfoster at redhat.com>
>
> diff --git a/db/sb.c b/db/sb.c
> index 23ec87c..974abd2 100644
> --- a/db/sb.c
> +++ b/db/sb.c
> @@ -658,6 +658,8 @@ version_string(
> strcat(s, ",CRC");
> if (xfs_sb_version_hasftype(sbp))
> strcat(s, ",FTYPE");
> + if (xfs_sb_version_hasfinobt(sbp))
> + strcat(s, ",FINOBT");
> return s;
> }
>
>
> _______________________________________________
> xfs mailing list
> xfs at oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
More information about the xfs
mailing list