From 27070a7f612dcbacc34dae6417ab466c2a7ad79f Mon Sep 17 00:00:00 2001 From: rread Date: Mon, 21 Apr 2003 20:00:03 +0000 Subject: [PATCH] b=1075 If a reply comes back with -ENOTCONN, then this means that we've either been evicted, or the device has been removed from the server. First attempt to reconnect, then call the upcall and attempt recovery. --- lustre/ptlrpc/ptlrpc_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/ptlrpc_internal.h b/lustre/ptlrpc/ptlrpc_internal.h index 0290d62..6f1738a 100644 --- a/lustre/ptlrpc/ptlrpc_internal.h +++ b/lustre/ptlrpc/ptlrpc_internal.h @@ -38,6 +38,6 @@ extern int (*ptlrpc_ldlm_replay_locks)(struct obd_import *); int ptlrpc_get_ldlm_hooks(void); void ptlrpc_daemonize(void); -int ptlrpc_import_handle_eviction(struct obd_import *); +int ptlrpc_request_handle_eviction(struct ptlrpc_request *); #endif /* PTLRPC_INTERNAL_H */ -- 1.8.3.1