commit | 2abaf97e62e51fdd09d5a46703b3b680f24bdd8b | [log] [tgz] |
---|---|---|
author | Kurt Hackel <kurt.hackel@oracle.com> | Mon May 01 13:27:10 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Jun 26 14:43:06 2006 -0700 |
tree | 0934722ce8d7a4372758c61acdda3b37d4f8a7a4 | |
parent | aa087b84977173395c0e3a1e0c1773314958f277 [diff] |
ocfs2: do not unconditionally purge the lockres in dlmlock_remote() In dlmlock_remote(), do not call purge_lockres until the lock resource actually changes. otherwise, the mastery info on the lockres will go away underneath the caller. Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>