From: Sunil Mushran Date: Mon, 29 Jan 2007 23:19:16 +0000 (-0800) Subject: ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres X-Git-Tag: v2.6.21-rc1~92^2~21^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f854648de64c4b6f13f6f13113bc9525c621e5;p=pandora-kernel.git ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres Eventhough the set refmap bit message is sent before the clear refmap message, currently there is no guarentee that the set message will be handled before the clear. This patch prevents the clear refmap to be processed while the node is sending assert master messages to other nodes. (The set refmap message is sent as a response to the assert master request). Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed