From d1bd60680d07506b9792159fafe0c858c2ff31d5 Mon Sep 17 00:00:00 2001 From: lincent Date: Tue, 29 Nov 2005 19:18:51 +0000 Subject: [PATCH] *** empty log message *** --- lustre/mgs/mgs_llog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1