X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Ffile.c;h=63f790aaf672b072b2a3431b34ac212b555c28d1;hp=75bf05990ce08adbc186cc813f62940b9ce732bd;hb=6098ea781eca0a82ae3c707c265079ebcfb31392;hpb=7d329df8f801883b6013c306c2d9e37fc1dc3ad4 diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 75bf059..63f790a 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -2343,7 +2343,7 @@ static int join_file(struct inode *head_inode, struct file *head_filp, struct lookup_intent oit = {.it_op = IT_OPEN, .it_flags = head_filp->f_flags|O_JOIN_FILE}; struct ldlm_enqueue_info einfo = { LDLM_IBITS, LCK_CW, - ll_md_blocking_ast, ldlm_completion_ast, NULL, NULL }; + ll_md_blocking_ast, ldlm_completion_ast, NULL, NULL, NULL }; struct lustre_handle lockh; struct md_op_data *op_data;