X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fldlm%2Fldlm_lock.c;h=8fc306a44f72c250a48bca4ed597dca20b8ff772;hb=1164cad60007ba935e0d2747a4a785bdb959042e;hp=801ce27b0578096d584b0b638efdb7d5c2012107;hpb=35158d1c62e378dcac1ccec1809e7188b5740ae7;p=fs%2Flustre-release.git 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; }