From 8f59879428885e0d85f539eb6eb928fc19192aef Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 20 Jan 2005 14:04:11 +0000 Subject: [PATCH] Branch: HEAD set o_fid in mdc_obj_create for LBUG in mdt_obj_create b:5234 --- lustre/mdc/mdc_request.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index f8a8f08..95d2440 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -1267,6 +1267,8 @@ int mdc_obj_create(struct obd_export *exp, struct obdo *oa, body = lustre_msg_buf(request->rq_reqmsg, 0, sizeof (*body)); body->oa.o_id = oa->o_id; body->oa.o_generation = oa->o_generation; + body->oa.o_fid = oa->o_fid; + body->oa.o_mds = oa->o_mds; CDEBUG(D_HA, "transno: "LPD64"\n", request->rq_repmsg->transno); EXIT; -- 1.8.3.1