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:
d184f6b
)
rbd: release client list lock sooner
author
Alex Elder
<elder@dreamhost.com>
Sun, 29 Jan 2012 19:57:44 +0000
(13:57 -0600)
committer
Alex Elder
<elder@dreamhost.com>
Thu, 22 Mar 2012 15:47:47 +0000
(10:47 -0500)
In rbd_get_client(), if a client is reused, a number of things
get done while still holding the list lock unnecessarily.
This just moves a few things that need no lock protection outside
the lock.
Signed-off-by: Alex Elder <elder@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>
drivers/block/rbd.c
patch
|
blob
|
history
diff --cc
drivers/block/rbd.c
Simple merge