Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9190c94
)
According to the comment, completion asts must be send instead of blocking
author
deen
<deen>
Thu, 11 Sep 2008 15:30:10 +0000
(15:30 +0000)
committer
deen
<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
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_flock.c
b/lustre/ldlm/ldlm_flock.c
index
0febedc
..
86e8cdc
100644
(file)
--- 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);