From 3a96d3e4b78b9f2ba5153f5ebcd58e28725af098 Mon Sep 17 00:00:00 2001 From: deen Date: Thu, 11 Sep 2008 15:30:10 +0000 Subject: [PATCH] According to the comment, completion asts must be send instead of blocking ones. b=11301 i=johann i=alexey.lyashkov --- lustre/ldlm/ldlm_flock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_flock.c b/lustre/ldlm/ldlm_flock.c index 0febedc..86e8cdc 100644 --- a/lustre/ldlm/ldlm_flock.c +++ b/lustre/ldlm/ldlm_flock.c @@ -447,7 +447,7 @@ restart: unlock_res_and_lock(req); rc = ldlm_run_ast_work(&rpc_list, - LDLM_WORK_BL_AST); + LDLM_WORK_CP_AST); lock_res_and_lock(req); if (rc == -ERESTART) GOTO(restart, -ERESTART); -- 1.8.3.1