libceph: drop unnecessary CLOSED check in socket state change callback
authorSage Weil <sage@inktank.com>
Sat, 21 Jul 2012 00:19:43 +0000 (17:19 -0700)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:15:59 +0000 (18:15 -0700)
commitd7353dd5aaf22ed611fbcd0d4a4a12fb30659290
tree1f7ce70d3de6ac74bcc1d03e0b2e912c37732bac
parentee76e0736db8455e3b11827d6899bd2a4e1d0584
libceph: drop unnecessary CLOSED check in socket state change callback

If we are CLOSED, the socket is closed and we won't get these.

Signed-off-by: Sage Weil <sage@inktank.com>
net/ceph/messenger.c