]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ceph/messenger.c
ceph: fix ack counter reset on connection reset
[karo-tx-linux.git] / fs / ceph / messenger.c
index a32f0f896d9f3c8d29b6d5758df000ae556b8683..f35b4945a9c3a322090c427d118a13e4dd9d1a8a 100644 (file)
@@ -332,6 +332,7 @@ static void reset_connection(struct ceph_connection *con)
                con->out_msg = NULL;
        }
        con->in_seq = 0;
+       con->in_seq_acked = 0;
 }
 
 /*