wait_queue_t wait;
init_waitqueue_entry( &wait, current );
add_wait_queue( q, &wait );
...
remove_wait_queue( q, &wait );
Why doesn't the code initialize the "struct list_head task_list" element in
wait_queue_t?
-- Timur Tabi - ttabi@interactivesi.com Interactive Silicon - http://www.interactivesi.comWhen replying to a mailing-list message, please don't cc: me, because then I'll just get two copies of the same message. - 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/