[PATCH] Async Futex
This patch adds a FUTEX_FD call, for opening a file descriptor attached to a futex, which can be used with poll, select or SIGIO. Rewritten so that closing fd unpins page, as per Linus's suggestion, and fixed not to call poll_wait with a spinlock as per Martin Wirth's sharp eyes.
Showing
Please register or sign in to comment