]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 19:38:41 +0000 (11:38 -0800)
commitcb9f8855591613dff0909c99d46a29e10eb39b25
treeb9ecd8498d938908b7faf945fd5ecde58621cbff
parent3b5a9ead0b4845aaa7e80fcd6166f2c6740a1c6f
libceph: drop unnecessary CLOSED check in socket state change callback

(cherry picked from commit d7353dd5aaf22ed611fbcd0d4a4a12fb30659290)

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

Signed-off-by: Sage Weil <sage@inktank.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ceph/messenger.c