Skip to content
Snippets Groups Projects
Commit 3a96d3e4 authored by deen's avatar deen
Browse files

According to the comment, completion asts must be send instead of blocking

ones.

b=11301
i=johann
i=alexey.lyashkov
parent 9190c945
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment