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:
87295b6
)
svcrdma: Remove unneeded spin locks from __svc_rdma_free
author
Tom Tucker
<tom@opengridcomputing.com>
Wed, 28 May 2008 18:20:24 +0000
(13:20 -0500)
committer
Tom Tucker
<tom@opengridcomputing.com>
Wed, 2 Jul 2008 20:01:57 +0000
(15:01 -0500)
At the time __svc_rdma_free is called, we are guaranteed that all references
to this transport are gone. There is, therefore, no need to protect the
resource lists with a spin lock.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
No differences found