commit | c7ea76302547f81e4583d0d7c52a1c37c6747f5d | [log] [tgz] |
---|---|---|
author | Davide Libenzi <davidel@xmailserver.org> | Tue May 15 01:40:47 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 15 08:53:59 2007 -0700 |
tree | 96dc2002a93a99cd3d43f1c1ca0e825a95f6448d | |
parent | d47de16c7221968d3eab899d7540efa5ba77af5a [diff] |
epoll locks changes and cleanups 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>