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:
ff0fbd7
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Mon, 2 Oct 2006 18:25:37 +0000
(18:25 +0000)
committer
wangdi
<wangdi>
Mon, 2 Oct 2006 18:25:37 +0000
(18:25 +0000)
correct res match, after we have filter group support
lustre/lov/lov_obd.c
patch
|
blob
|
history
diff --git
a/lustre/lov/lov_obd.c
b/lustre/lov/lov_obd.c
index
1b4a0cd
..
24d88ad
100644
(file)
--- a/
lustre/lov/lov_obd.c
+++ b/
lustre/lov/lov_obd.c
@@
-2326,7
+2326,7
@@
static int lov_get_info(struct obd_export *exp, __u32 keylen,
if (lov->lov_tgts[loi->loi_ost_idx]->ltd_exp ==
data->lock->l_conn_export &&
loi->loi_id == res_id->name[0] &&
- loi->loi_gr == res_id->name[
1
]) {
+ loi->loi_gr == res_id->name[
2
]) {
*stripe = i;
GOTO(out, rc = 0);
}