On Wed, Apr 06, 2016 at 11:12:21AM +0200, Jan Tulak wrote: > On Fri, Apr 1, 2016 at 4:05 AM, Eric Sandeen <sandeen@xxxxxxxxxxx> wrote: > > On 3/24/16 6:15 AM, jtulak@xxxxxxxxxx wrote: > > if (sb_feat.finobt && sb_feat.finobtflag) { > > fprintf(stderr, > > _("warning: finobt not supported without CRC support, disabled.\n")); > > } > > sb_feat.finobt = 0; > > > > would suffice as before, no? Meh. Not a big deal I guess.... > > > > Changed. Honestly, I don't like the strings starting at the beginning of > the line, because it breaks the indentation flow, but the rest of the code > uses this style, so I should stick to it. There's good reason for doing this - it makes it easy to grep the source code for a specific error that has been emitted. Indentation is useful for demonstrating logic flow, but it's harmful when it results in strings you might want to find being split up over multiple lines. > Thank you for the review. I will wait a little longer if someone spots > something more, before sending an updated patchset. :-) Just send it - I almost got to pulling in this version and fixing the various comments directly myself yesterday.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs