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:
3b5ede0
)
libceph: move msgr clear_standby under con mutex protection
author
Sage Weil
<sage@inktank.com>
Fri, 20 Jul 2012 22:33:04 +0000
(15:33 -0700)
committer
Sage Weil
<sage@inktank.com>
Tue, 31 Jul 2012 01:15:56 +0000
(18:15 -0700)
Avoid dropping and retaking con->mutex in the ceph_con_send() case by
leaving locking up to the caller.
Signed-off-by: Sage Weil <sage@inktank.com>
No differences found