git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47de16
)
epoll locks changes and cleanups
author
Davide Libenzi
<davidel@xmailserver.org>
Tue, 15 May 2007 08:40:47 +0000
(
01:40
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 15 May 2007 15:53:59 +0000
(08:53 -0700)
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>
fs/eventpoll.c
patch
|
blob
|
history
diff --cc
fs/eventpoll.c
Simple merge