Whamcloud - gitweb
- small fix
authoryury <yury>
Thu, 11 Nov 2004 16:50:29 +0000 (16:50 +0000)
committeryury <yury>
Thu, 11 Nov 2004 16:50:29 +0000 (16:50 +0000)
lustre/mds/handler.c

index 4eb26f4..4ef6145 100644 (file)
@@ -820,7 +820,6 @@ static int mds_getattr_pack_msg_cf(struct ptlrpc_request *req,
 
         rc = lustre_pack_reply(req, 1, size, NULL);
         if (rc) {
-                req->rq_status = rc;
                 CERROR("lustre_pack_reply failed: rc %d\n", rc);
                 GOTO(out, req->rq_status = rc);
         }