Whamcloud - gitweb
According to the comment, completion asts must be send instead of blocking
authordeen <deen>
Thu, 11 Sep 2008 15:30:10 +0000 (15:30 +0000)
committerdeen <deen>
Thu, 11 Sep 2008 15:30:10 +0000 (15:30 +0000)
ones.

b=11301
i=johann
i=alexey.lyashkov

lustre/ldlm/ldlm_flock.c

index 0febedc..86e8cdc 100644 (file)
@@ -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);