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:
152a649
)
dlm: Change rwlock which is only used in write mode to a spinlock
author
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 16 Jan 2009 16:21:12 +0000
(16:21 +0000)
committer
David Teigland
<teigland@redhat.com>
Wed, 28 Jan 2009 18:55:55 +0000
(12:55 -0600)
The ls_dirtbl[].lock was an rwlock, but since it was only used in write
mode a spinlock will suffice.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
No differences found