commit | 78062cb2e54ffe0df811dce5e68b54da9b8c9025 | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Thu Mar 22 17:01:07 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Mar 26 16:50:52 2007 -0700 |
tree | d360f3440fbe3489ef1c467f0b4b8ef196516ec2 | |
parent | e0f2e3a06be513352cb4955313ed7e55909acd84 [diff] |
ocfs2_dlm: Fix lockres ref counting bug During umount, the umount thread migrates the lockres' and the dlm_thread frees the empty lockres'. Due to a race, the reference counting on the lockres goes awry leading to extra puts. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>