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:
64603a5
)
b=18691
author
anserper
<anserper>
Fri, 20 Mar 2009 19:05:25 +0000
(19:05 +0000)
committer
anserper
<anserper>
Fri, 20 Mar 2009 19:05:25 +0000
(19:05 +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
9878033
..
5d438d4
100644
(file)
--- a/
lustre/osc/osc_request.c
+++ b/
lustre/osc/osc_request.c
@@
-2431,7
+2431,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);
}