On Mon, 02 Apr 2018 12:51:06 +0200, Martin Pieuchot wrote:

> I'd like to ease reviews of the FREF()/FRELE() dances by keeping their
> number small.  In the case of sys_fstatfs() it's easy to have a single
> FRELE() for the corresponding getvnode().  Ok?

I actually find the original easier to read, but maybe I am in the
minority.  Personally, I'd prefer the "goto done" idiom over a bunch
of nested if() statements.

 - todd

Reply via email to