Whamcloud - gitweb
- land b_ver_recov
authortappro <tappro>
Thu, 24 Jul 2008 11:37:05 +0000 (11:37 +0000)
committertappro <tappro>
Thu, 24 Jul 2008 11:37:05 +0000 (11:37 +0000)
lustre/include/lustre_lib.h

index 18cabf5..536179c 100644 (file)
@@ -94,7 +94,7 @@ void target_abort_recovery(void *data);
 void target_cleanup_recovery(struct obd_device *obd);
 int target_queue_recovery_request(struct ptlrpc_request *req,
                                   struct obd_device *obd);
-int target_queue_last_replay_reply(struct ptlrpc_request *req, int rc);
+int target_handle_reply(struct ptlrpc_request *req, int rc, int fail);
 void target_send_reply(struct ptlrpc_request *req, int rc, int fail_id);
 
 /* client.c */