From 72654782943911cec62b2f11cf76913834fb104d Mon Sep 17 00:00:00 2001 From: wangdi Date: Mon, 2 Oct 2006 18:25:37 +0000 Subject: [PATCH] Branch: b_new_cmd correct res match, after we have filter group support --- lustre/lov/lov_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.8.3.1