On Wed, Apr 28, 2010 at 11:00 PM, David Howells <dhowells@redhat.com> wrote:
It should be seldom in good applications. So I only need to add a
function, like this:
add_wait_queue_head_exclusive(wq, wait)
first_exclusive = find_the_first_exclusive(wq); // it is fast, as
there should no or few non-exclusive wait queues
list_add(wait, first_exclusive);
--
Regards,
Changli Gao(xiaosuo@gmail.com)
--