On Tue, 2 Jan 2001, Alan Cox wrote:

> > > i2o_block.c:595: warning: #warning "RACE"
> > this is most likely a bad thing, yes.
>
> Yeah its to remind me to fix a small race

If preferred the alternative approach to this:

        if (!current->lock_depth)
                BUG();

in sleep_on().

-- 
dwmw2


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to