From: David Teigland Date: Wed, 9 Aug 2006 16:20:15 +0000 (-0500) Subject: [DLM] reject replies to old requests X-Git-Tag: v2.6.19-rc1~32^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a99c3d9d6663085e28bc7ac8dae1e985c5a6174;p=pandora-kernel.git [DLM] reject replies to old requests When recoveries are aborted by other recoveries we can get replies to status or names requests that we've given up on. This can cause problems if we're making another request and receive an old reply. Add a sequence number to status/names requests and reject replies that don't match. A field already exists for the seq number that's used in other message types. Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed