From: lincent Date: Tue, 29 Nov 2005 19:18:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v1_8_0_110~486^4~123 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d1bd60680d07506b9792159fafe0c858c2ff31d5;p=fs%2Flustre-release.git *** empty log message *** --- diff --git a/lustre/mgs/mgs_llog.c b/lustre/mgs/mgs_llog.c index 80e4231..a6439dd 100644 --- a/lustre/mgs/mgs_llog.c +++ b/lustre/mgs/mgs_llog.c @@ -993,7 +993,7 @@ out: rep_moi = lustre_msg_buf(req->rq_repmsg, 0, sizeof(*rep_moi)); memcpy(rep_moi, moi, sizeof(*rep_moi)); if (rc) - rep_moi->moi_index = rc; + rep_moi->moi_stripe_index = rc; return rc; } EXPORT_SYMBOL(mgmt_handle_ost_add);