2002-11-08 17:38:07

by David Howells

[permalink] [raw]
Subject: Re: [Linux-ia64] reader-writer livelock problem


> Do you mean have a separate lock type, or have two different read_lock
> operations on the current type?

You'd probably be better off with separate types... that way you can avoid
problems with conditionals and also with different tracking fields being
required by each grade of lock.

David