Remove the futex_q from its futex_hash_bucket
void __unqueue_futex(struct futex_q * q);
q
The futex_q to unqueue
The q->lock_ptr must not be NULL and must be held by the caller.
Rusty Russell <[email protected]>
Author.