From e04ddb0dfa28e4e3f4f4725d95b56d7d6fc7690b Mon Sep 17 00:00:00 2001 From: huanghua Date: Fri, 11 Jul 2008 05:22:10 +0000 Subject: [PATCH] Branch b1_8_gate b=11930 i=adilger i=nikita.danilov i=alex --- lustre/lov/lov_request.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/lov/lov_request.c b/lustre/lov/lov_request.c index 82153b7..5ff7661 100644 --- a/lustre/lov/lov_request.c +++ b/lustre/lov/lov_request.c @@ -337,6 +337,7 @@ int lov_prep_enqueue_set(struct obd_export *exp, struct obd_info *oinfo, /* XXX LOV STACKING: submd should be from the subobj */ req->rq_oi.oi_md->lsm_object_id = loi->loi_id; + req->rq_oi.oi_md->lsm_object_gr = loi->loi_gr; req->rq_oi.oi_md->lsm_stripe_count = 0; req->rq_oi.oi_md->lsm_oinfo[0]->loi_kms_valid = loi->loi_kms_valid; @@ -447,6 +448,7 @@ int lov_prep_match_set(struct obd_export *exp, struct obd_info *oinfo, /* XXX LOV STACKING: submd should be from the subobj */ req->rq_oi.oi_md->lsm_object_id = loi->loi_id; + req->rq_oi.oi_md->lsm_object_gr = loi->loi_gr; req->rq_oi.oi_md->lsm_stripe_count = 0; lov_set_add_req(req, set); -- 1.8.3.1