Re: Compile errors: RCPCI, LANE, and others

David Woodhouse (dwmw2@infradead.org)
Wed, 3 Jan 2001 01:37:31 +0000 (GMT)


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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/