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:
070c633
)
libceph: fix fault locking; close socket on lossy fault
author
Sage Weil
<sage@inktank.com>
Fri, 20 Jul 2012 22:22:53 +0000
(15:22 -0700)
committer
Sage Weil
<sage@inktank.com>
Tue, 31 Jul 2012 01:15:55 +0000
(18:15 -0700)
If we fault on a lossy connection, we should still close the socket
immediately, and do so under the con mutex.
We should also take the con mutex before printing out the state bits in
the debug output.
Signed-off-by: Sage Weil <sage@inktank.com>
No differences found