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:
11ea8ed
)
ceph: remove bad calls to ceph_con_shutdown
author
Sage Weil
<sage@newdream.net>
Wed, 18 Nov 2009 19:22:36 +0000
(11:22 -0800)
committer
Sage Weil
<sage@newdream.net>
Wed, 18 Nov 2009 19:29:42 +0000
(11:29 -0800)
We want to ceph_con_close when we're done with the connection, before
the ref count reaches 0. Once it does, do not call ceph_con_shutdown,
as that takes the con mutex and may sleep, and besides that is
unnecessary.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found