Whamcloud - gitweb
- bug fix to unload modules with safe wait functions
[fs/lustre-release.git] / lustre / mds / mds_reint.c
index 69865ec..4cc4187 100644 (file)
@@ -341,7 +341,7 @@ int mds_reint_rec(struct mds_update_record *rec, struct ptlrpc_request *req)
                return rc;
        }
 
-       rc = mds_pack_rep(NULL, 0, NULL, 0, &req->rq_rephdr, &req->rq_rep.mds
+       rc = mds_pack_rep(NULL, 0, NULL, 0, &req->rq_rephdr, &req->rq_rep, 
                          &req->rq_replen, &req->rq_repbuf);
        if (rc) { 
                EXIT;