From: Sunil Mushran Date: Tue, 16 Dec 2008 23:49:19 +0000 (-0800) Subject: ocfs2/dlm: Fix a race between migrate request and exit domain X-Git-Tag: v2.6.29-rc1~505^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b83256407687613e906bee93d98a25339128a4d;p=pandora-kernel.git ocfs2/dlm: Fix a race between migrate request and exit domain Patch address a racing migrate request message and an exit domain message. Instead of blocking exit domains for the duration of the migrate, we ignore failure to deliver that message. This is because an exiting domain should not have any active locks and thus has no role to play in the migration. Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed