Re: MM deadlock [was: Re: arca-vm-8...]

MOLNAR Ingo (mingo@chiara.csoma.elte.hu)
Tue, 12 Jan 1999 04:02:19 +0100 (CET)


On Tue, 12 Jan 1999, MOLNAR Ingo wrote:

> [...] 'owner' is only meaningful to the owner of the critical region,
> nobody else is is supposed to write or evaluate that field. [...]

this is not strictly true. We do evaluate the owner field (read-only)
outside of the critical path, but only owner==me is being cared about, and
this can only happen in a safe way, within the critical region.

-- mingo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/