libceph: revoke mon_client messages on session restart
authorSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:16:40 +0000 (18:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Nov 2012 19:38:42 +0000 (11:38 -0800)
commitda75ae3c0d4c40587fa7583952b98072d811a7d2
treee385de76be9881ae001899c7615b2f360e5ca5ee
parent6cdaef1be27bc05ab4197b3ab4e3ee1d326cf04c
libceph: revoke mon_client messages on session restart

(cherry picked from commit 4f471e4a9c7db0256834e1b376ea50c82e345c3c)

Revoke all mon_client messages when we shut down the old connection.
This is mostly moot since we are re-using the same ceph_connection,
but it is cleaner.

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