[PATCH] futex: remove redundant test
From: Jamie Lokier <jamie@shareable.org> One of the tests in unqueue_me() is redundant. If we acquire the spinlock, the futex must be queued.
Showing
Please register or sign in to comment
From: Jamie Lokier <jamie@shareable.org> One of the tests in unqueue_me() is redundant. If we acquire the spinlock, the futex must be queued.