Re: [PATCH 2/2] Merge multiple error paths in alloc_uid into one

2007-11-23 Thread Dhaval Giani
On Wed, Nov 21, 2007 at 01:53:56PM +0300, Pavel Emelyanov wrote: > There are already 4 error paths in alloc_uid() that do incremental > rollbacks. I think it's time to merge them. This costs us 8 lines > of code :) > > Maybe it would be better to merge this patch with the previous > one, but I re

[PATCH 2/2] Merge multiple error paths in alloc_uid into one

2007-11-21 Thread Pavel Emelyanov
There are already 4 error paths in alloc_uid() that do incremental rollbacks. I think it's time to merge them. This costs us 8 lines of code :) Maybe it would be better to merge this patch with the previous one, but I remember that some time ago I sent a similar patch (fixing the error path and