commit | 71ececdacae24be333c534869cb1b06357f0e215 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Nov 18 11:27:06 2009 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Nov 18 11:29:45 2009 -0800 |
tree | b07d622fb4205ce980ec5b0b6e41455b08d78b42 | |
parent | 42ce56e50d948fc7c1c8c3a749ee5a21a7e134f6 [diff] |
ceph: remove unnecessary ceph_con_shutdown We require that ceph_con_close be called before we drop the connection, so this is unneeded. Just BUG if con->sock != NULL. Signed-off-by: Sage Weil <sage@newdream.net>