aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph
diff options
context:
space:
mode:
Diffstat (limited to 'net/ceph')
-rw-r--r--net/ceph/messenger.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c
index 46ce113732e6..e7320cd5fdbc 100644
--- a/net/ceph/messenger.c
+++ b/net/ceph/messenger.c
@@ -296,9 +296,6 @@ static void ceph_sock_state_change(struct sock *sk)
296 dout("%s %p state = %lu sk_state = %u\n", __func__, 296 dout("%s %p state = %lu sk_state = %u\n", __func__,
297 con, con->state, sk->sk_state); 297 con, con->state, sk->sk_state);
298 298
299 if (test_bit(CLOSED, &con->state))
300 return;
301
302 switch (sk->sk_state) { 299 switch (sk->sk_state) {
303 case TCP_CLOSE: 300 case TCP_CLOSE:
304 dout("%s TCP_CLOSE\n", __func__); 301 dout("%s TCP_CLOSE\n", __func__);