commit | 8511a2728ab82cab398e39d019f5cf1246021c1c | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Wed Apr 08 15:38:43 2009 -0500 |
committer | David Teigland <teigland@redhat.com> | Thu May 07 10:14:42 2009 -0500 |
tree | c1a99f292e9e56fe05d174be771f00a78c66a9b7 | |
parent | 08ce4c91e44d51bb6c946f2756825a462d53c545 [diff] |
dlm: fix use count with multiple joins When a lockspace was joined multiple times, the global dlm use count was incremented when it should not have been. This caused the global dlm threads to not be stopped when all lockspaces were eventually be removed. Signed-off-by: David Teigland <teigland@redhat.com>