On Wed, Apr 29, 2015 at 10:31:23PM -0500, Eric Sandeen wrote: > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- Reviewed-by: Brian Foster <bfoster@xxxxxxxxxx> > > 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@xxxxxxxxxxx > http://oss.sgi.com/mailman/listinfo/xfs _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs