From 01da8dfa5fb857c08e354924eebb4b2784f171c8 Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 1 Jul 2003 07:35:30 +0000 Subject: [PATCH] b=1424 r=shaver,others - cleanup import level and generation - fixes several bugs: b=1420 ost and client both timeout, client never reconnects b=1440 very small change to call the lov set_active in recovery b=1448 another small change to send DISCONNECT at a normal level --- 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 a81868a..cb96c3c 100644 --- a/lustre/ptlrpc/ptlrpc_internal.h +++ b/lustre/ptlrpc/ptlrpc_internal.h @@ -39,7 +39,7 @@ extern int (*ptlrpc_ldlm_replay_locks)(struct obd_import *); int ptlrpc_get_ldlm_hooks(void); void ptlrpc_daemonize(void); -int ptlrpc_request_handle_eviction(struct ptlrpc_request *); +void ptlrpc_request_handle_eviction(struct ptlrpc_request *); void lustre_assert_wire_constants (void); void ptlrpc_lprocfs_register_service(struct obd_device *obddev, -- 1.8.3.1