ocfs2/dlm: Target node death during resource migration leads to thread spin
authorSunil Mushran <sunil.mushran@oracle.com>
Wed, 4 May 2011 17:28:07 +0000 (10:28 -0700)
committerJoel Becker <jlbec@evilplan.org>
Fri, 13 May 2011 18:27:30 +0000 (11:27 -0700)
commitdf016c665b10ae80d8db67ec8103b50c5c234e5c
tree84d2737f5c7ce101aefb98a0b1b3ae1c761cde5e
parent10b3dd76117a327557b8cb898b41c18afd08dc86
ocfs2/dlm: Target node death during resource migration leads to thread spin

During resource migration, if the target node were to die, the thread doing
the migration spins until the target node is not removed from the domain map.
This patch slows the spin by making the thread wait for the recovery to kick in.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <jlbec@evilplan.org>
fs/ocfs2/dlm/dlmmaster.c