On Wed, 2008-03-19 at 11:01 -0700, Roland Dreier wrote: > > - return 0; > > + goto bail; > > Changing a simple return 0 to a goto where I have to study the code to > understand that ret == 0 seems like a step in the wrong direction to me. No problem. I withdraw this one.