ceph: discard incoming messages with bad seq #
authorSage Weil <sage@newdream.net>
Thu, 22 Apr 2010 14:47:01 +0000 (07:47 -0700)
committerSage Weil <sage@newdream.net>
Mon, 3 May 2010 17:49:24 +0000 (10:49 -0700)
commitae18756b9fa7bb93132cff06cd8575e3d46633f9
treee09f5c89b4611e2c53bb50118d8fa8133b58c73b
parent684be25c52a1e43638ced160be0b0b46596e7f2b
ceph: discard incoming messages with bad seq #

We can get old message seq #'s after a tcp reconnect for stateful sessions
(i.e., the MDS).  If we get a higher seq #, that is an error, and we
shouldn't see any bad seq #'s for stateless (mon, osd) connections.

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