Whamcloud - gitweb
b=6063
[fs/lustre-release.git] / lustre / mds / handler.c
index c6e48cf..ecfc6a2 100644 (file)
@@ -2823,14 +2823,6 @@ int mds_handle(struct ptlrpc_request *req)
         }
  out:
 
-        if (lustre_msg_get_flags(req->rq_reqmsg) & MSG_LAST_REPLAY) {
-                if (obd && obd->obd_recovering) {
-                        DEBUG_REQ(D_HA, req, "LAST_REPLAY, queuing reply");
-                        return target_queue_final_reply(req, rc);
-                }
-                /* Lost a race with recovery; let the error path DTRT. */
-                rc = req->rq_status = -ENOTCONN;
-        }
 
         target_send_reply(req, rc, fail);
         return 0;