Skip to content

Commit

Permalink
epoll locks changes and cleanups
Browse files Browse the repository at this point in the history
Changes the rwlock to a spinlock, and drops the use-count variable.
Operations are always bound by the mutex now, so the use-count is no more
needed.  For the same reason, the rwlock can become a simple spinlock.

Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Davide Libenzi authored and Linus Torvalds committed May 15, 2007
1 parent d47de16 commit c7ea763
Showing 1 changed file with 73 additions and 161 deletions.
Loading

0 comments on commit c7ea763

Please sign in to comment.