From: Sunil Mushran Date: Tue, 3 Feb 2009 20:37:16 +0000 (-0800) Subject: ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserter X-Git-Tag: v2.6.29-rc7~44^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53ecd25e148615e0ed2a72635cc76f4773f97f90;p=pandora-kernel.git ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserter In dlm_assert_master_handler(), if we get an incorrect assert master from a node that, we reply with EINVAL asking the asserter to die. The problem is that an assert is sent after so many hoops, it is invariably the node that thinks the asserter is wrong, is actually wrong. So instead of killing the asserter, this patch kills the assertee. This patch papers over a race that is still being addressed. Signed-off-by: Sunil Mushran Acked-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed