ocfs2_dlm: Fixes race between migrate and dirty
authorKurt Hackel <kurt.hackel@oracle.com>
Fri, 5 Jan 2007 23:00:17 +0000 (15:00 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 7 Feb 2007 20:00:57 +0000 (12:00 -0800)
dlmthread was removing lockres' from the dirty list
and resetting the dirty flag before shuffling the list.
This patch retains the dirty state flag until the lists
are shuffled.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Sunil Mushran <Sunil.Mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found