From: Brian Foster <bfoster@redhat.com>
To: Eric Sandeen <sandeen@redhat.com>
Cc: xfs-oss <xfs@oss.sgi.com>
Subject: Re: [PATCH] xfs_db: report FINOBT in version output
Date: Tue, 5 May 2015 10:25:52 -0400 [thread overview]
Message-ID: <20150505142552.GB43235@bfoster.bfoster> (raw)
In-Reply-To: <5541A20B.2080607@redhat.com>
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
prev parent reply other threads:[~2015-05-05 14:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-30 3:31 [PATCH] xfs_db: report FINOBT in version output Eric Sandeen
2015-05-05 14:25 ` Brian Foster [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150505142552.GB43235@bfoster.bfoster \
--to=bfoster@redhat.com \
--cc=sandeen@redhat.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox