]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libceph: fix protocol feature mismatch failure path
authorSage Weil <sage@inktank.com>
Fri, 28 Dec 2012 02:27:04 +0000 (20:27 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jan 2013 16:51:19 +0000 (08:51 -0800)
commit7f5b160daddeaa55e441aca16010fab8299dfe9e
tree7d2d3f3d9a3f099fc4882336a5aac88b137f2ce1
parent5bd9eb5a0891df0a806f265db504661fd558529c
libceph: fix protocol feature mismatch failure path

We should not set con->state to CLOSED here; that happens in
ceph_fault() in the caller, where it first asserts that the state
is not yet CLOSED.  Avoids a BUG when the features don't match.

Since the fail_protocol() has become a trivial wrapper, replace
calls to it with direct calls to reset_connection().

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>
(cherry picked from commit 0fa6ebc600bc8e830551aee47a0e929e818a1868)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ceph/messenger.c