ceph: remove unnecessary ceph_con_shutdown
authorSage Weil <sage@newdream.net>
Wed, 18 Nov 2009 19:27:06 +0000 (11:27 -0800)
committerSage Weil <sage@newdream.net>
Wed, 18 Nov 2009 19:29:45 +0000 (11:29 -0800)
commit71ececdacae24be333c534869cb1b06357f0e215
treeb07d622fb4205ce980ec5b0b6e41455b08d78b42
parent42ce56e50d948fc7c1c8c3a749ee5a21a7e134f6
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>
fs/ceph/messenger.c