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:
65f547b
)
b=16891
author
anserper
<anserper>
Fri, 20 Mar 2009 18:54:23 +0000
(18:54 +0000)
committer
anserper
<anserper>
Fri, 20 Mar 2009 18:54:23 +0000
(18:54 +0000)
i=Vitaly Fertman
i=Johann Lombardi
fix for osc_max_rpc_in_flight
lustre/osc/osc_request.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_request.c
b/lustre/osc/osc_request.c
index
dfaf4c5
..
9c869aa
100644
(file)
--- a/
lustre/osc/osc_request.c
+++ b/
lustre/osc/osc_request.c
@@
-2390,7
+2390,7
@@
static int osc_max_rpc_in_flight(struct client_obd *cli, struct lov_oinfo *loi)
}
if (!hprpc && !list_empty(&loi->loi_read_lop.lop_urgent)) {
- oap = list_entry(loi->loi_
write
_lop.lop_urgent.next,
+ oap = list_entry(loi->loi_
read
_lop.lop_urgent.next,
struct osc_async_page, oap_urgent_item);
hprpc = !!(oap->oap_async_flags & ASYNC_HP);
}