From a5f46c346ee0b4697dc24c68b54b7ba72add2280 Mon Sep 17 00:00:00 2001 From: vitaly Date: Fri, 22 Sep 2006 00:12:33 +0000 Subject: [PATCH] Branch b_new_cmd cleanup --- lustre/obdfilter/filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 78c54ed..5d2f528 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -3197,6 +3197,7 @@ static int filter_handle_precreate(struct obd_export *exp, struct obdo *oa, oa->o_id = filter_last_id(&obd->u.filter, group); rc = filter_precreate(obd, oa, group, &diff); oa->o_id = filter_last_id(&obd->u.filter, group); + oa->o_gr = group; oa->o_valid = OBD_MD_FLID | OBD_MD_FLGROUP; GOTO(out, rc); } -- 1.8.3.1