public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs_db: report FINOBT in version output
@ 2015-04-30  3:31 Eric Sandeen
  2015-05-05 14:25 ` Brian Foster
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2015-04-30  3:31 UTC (permalink / raw)
  To: xfs-oss

Signed-off-by: Eric Sandeen <sandeen@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@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH] xfs_db: report FINOBT in version output
  2015-04-30  3:31 [PATCH] xfs_db: report FINOBT in version output Eric Sandeen
@ 2015-05-05 14:25 ` Brian Foster
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Foster @ 2015-05-05 14:25 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs-oss

On Wed, Apr 29, 2015 at 10:31:23PM -0500, Eric Sandeen wrote:
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>
> ---

Reviewed-by: Brian Foster <bfoster@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@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-05-05 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30  3:31 [PATCH] xfs_db: report FINOBT in version output Eric Sandeen
2015-05-05 14:25 ` Brian Foster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox