EPERM
returns without unlocking self->lock
--
Ted Unangst www.coverity.com Coverity, Inc.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordo
ret = 1;
if (remaining <= 0)
goto fail;
here we go to fail; head->lock is still acquired.
fail_unlock:
spin_unlock(&head->lock);
fail:
local_bh_enable();
return ret;
Is this a real bug? The same code wa
On Sun, 1 Jul 2001, Ben Ford wrote:
> Name a single tech company anywhere in the world that doesn't have to
> deal with microsoftisms.
http://www.wasabisystems.com/
> Well, when you realize that Bill Gates (not MS, just Bill Gates
> personally) has enough money to give every person in the world
On Sat, 30 Jun 2001, Dmitri Pogosyan wrote:
> Well, this is an old as world argument used to take your freedom away -
> 'law obeying citizens have nothing to fear'
except that you are opting in, by purchasing the product.
> Why not allow police to search your car at every moment they wish ?
> I
4 matches
Mail list logo