From: Nathan Rutman Date: Mon, 23 Aug 2010 17:57:28 +0000 (+0400) Subject: b=23595 return registration errors X-Git-Tag: 2.0.51.0~38 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=131a2e4c2f29ce19e21bbae1c4fa7d3259cd162b;p=fs%2Flustre-release.git b=23595 return registration errors --- diff --git a/lustre/mgs/mgs_handler.c b/lustre/mgs/mgs_handler.c index f7bb364..2796994 100644 --- a/lustre/mgs/mgs_handler.c +++ b/lustre/mgs/mgs_handler.c @@ -530,6 +530,7 @@ out: out_nolock: CDEBUG(D_MGS, "replying with %s, index=%d, rc=%d\n", mti->mti_svname, mti->mti_stripe_index, rc); + req->rq_status = rc; rc = req_capsule_server_pack(&req->rq_pill); if (rc) RETURN(rc);