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:
d83d846
)
[AF_UNIX]: Use spinlock for unix_table_lock
author
David S. Miller
<davem@davemloft.net>
Wed, 14 Dec 2005 07:26:29 +0000
(23:26 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:10:59 +0000
(13:10 -0800)
This lock is actually taken mostly as a writer,
so using a rwlock actually just makes performance
worse especially on chips like the Intel P4.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found