From: wangdi Date: Mon, 2 Oct 2006 18:25:37 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~726 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=72654782943911cec62b2f11cf76913834fb104d;p=fs%2Flustre-release.git Branch: b_new_cmd correct res match, after we have filter group support --- diff --git a/lustre/lov/lov_obd.c b/lustre/lov/lov_obd.c index 1b4a0cd..24d88ad 100644 --- 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); }