From 1164cad60007ba935e0d2747a4a785bdb959042e Mon Sep 17 00:00:00 2001 From: jxiong Date: Fri, 7 Mar 2008 04:29:14 +0000 Subject: [PATCH] Forget to initialize the li_group. --- lustre/ldlm/ldlm_lock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ldlm/ldlm_lock.c b/lustre/ldlm/ldlm_lock.c index 801ce27..8fc306a 100644 --- a/lustre/ldlm/ldlm_lock.c +++ b/lustre/ldlm/ldlm_lock.c @@ -1218,6 +1218,7 @@ ldlm_error_t ldlm_lock_enqueue(struct ldlm_namespace *ns, GOTO(out, rc = -ENOMEM); } + CFS_INIT_LIST_HEAD(&node->li_group); ldlm_interval_attach(node, lock); node = NULL; } -- 1.8.3.1