ocfs2: do not modify lksb->status in the unlock ast
authorKurt Hackel <kurt.hackel@oracle.com>
Mon, 19 Jun 2006 04:28:01 +0000 (21:28 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 7 Aug 2006 17:54:59 +0000 (10:54 -0700)
commita23eac99d4392b8b779305498d7614e41a0e16e9
tree29541e6786334eb1556918ff9b24affeb5dbd3e5
parent4b1af774451bbc8440719e3fe441934a337c3b63
ocfs2: do not modify lksb->status in the unlock ast

This can race with other ast notification, which can cause bad status values
to propagate into the unlock ast.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmunlock.c