From: Sage Weil Date: Fri, 2 Apr 2010 23:07:19 +0000 (-0700) Subject: ceph: fix ack counter reset on connection reset X-Git-Tag: v2.6.34-rc5~17^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e0d5e0c4bb0476d53a43bfc87d03a25ec4b5579;p=pandora-kernel.git ceph: fix ack counter reset on connection reset If in_seq_acked isn't reset along with in_seq, we don't ack received messages until we reach the old count, consuming gobs memory on the other end of the connection and introducing a large delay when those messages are eventually deleted. Signed-off-by: Sage Weil --- Reading git-diff-tree failed