commit | 2b83256407687613e906bee93d98a25339128a4d | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Tue Dec 16 15:49:19 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:35 2009 -0800 |
tree | 5886c51adcb20b3d735ccf38e1f7e70671aefb43 | |
parent | 58896c4d0e5868360ea0693c607d5bf74f79da6b [diff] |
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 <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>