diff options
author | Kurt Hackel <kurt.hackel@oracle.com> | 2006-05-01 13:57:51 -0400 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-06-26 17:42:58 -0400 |
commit | 69d72b066cc5971318d9e29e34289b74cf8a9d22 (patch) | |
tree | f8d27fbce0fac31969ff09cdf3c8faa9c9abc56e /fs/ocfs2/dlm/dlmthread.c | |
parent | a9ee4c8a67b962db0208addf0e32935aa571af6b (diff) |
ocfs2: dlm recovery / lockres reference count fix
Take a reference on lockres structures while they are on the recovery list.
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmthread.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmthread.c b/fs/ocfs2/dlm/dlmthread.c index 22bb58a514df..71302b90daf5 100644 --- a/fs/ocfs2/dlm/dlmthread.c +++ b/fs/ocfs2/dlm/dlmthread.c | |||
@@ -81,7 +81,7 @@ repeat: | |||
81 | } | 81 | } |
82 | 82 | ||
83 | 83 | ||
84 | static int __dlm_lockres_unused(struct dlm_lock_resource *res) | 84 | int __dlm_lockres_unused(struct dlm_lock_resource *res) |
85 | { | 85 | { |
86 | if (list_empty(&res->granted) && | 86 | if (list_empty(&res->granted) && |
87 | list_empty(&res->converting) && | 87 | list_empty(&res->converting) && |