Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information