aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ceph/messenger.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/messenger.c b/fs/ceph/messenger.c
index a32f0f896d9f..f35b4945a9c3 100644
--- a/fs/ceph/messenger.c
+++ b/fs/ceph/messenger.c
@@ -332,6 +332,7 @@ static void reset_connection(struct ceph_connection *con)
332 con->out_msg = NULL; 332 con->out_msg = NULL;
333 } 333 }
334 con->in_seq = 0; 334 con->in_seq = 0;
335 con->in_seq_acked = 0;
335} 336}
336 337
337/* 338/*