Whamcloud - gitweb
Branch b_new_cmd
authorvitaly <vitaly>
Fri, 22 Sep 2006 00:12:33 +0000 (00:12 +0000)
committervitaly <vitaly>
Fri, 22 Sep 2006 00:12:33 +0000 (00:12 +0000)
cleanup

lustre/obdfilter/filter.c

index 78c54ed..5d2f528 100644 (file)
@@ -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);
         }