From: Sage Weil Date: Fri, 20 Jul 2012 23:45:49 +0000 (-0700) Subject: libceph: close socket directly from ceph_con_close() X-Git-Tag: v3.6-rc1~36^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee76e0736db8455e3b11827d6899bd2a4e1d0584;p=pandora-kernel.git libceph: close socket directly from ceph_con_close() It is simpler to do this immediately, since we already hold the con mutex. It also avoids the need to deal with a not-quite-CLOSED socket in con_work. Signed-off-by: Sage Weil --- Reading git-diff-tree failed