From c888969cd262cf667cc58f693b7b6d633cfc6d70 Mon Sep 17 00:00:00 2001 From: shaver Date: Fri, 25 Jul 2003 23:04:34 +0000 Subject: [PATCH] b=1600: my version of Andreas' patch to use write_record to ensure that the MDS server data is written at creation time b=1597: cope with entering recovery/replay without a preceding timeout We pass this initial single-node/single-mount replay test, yay. --- 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 8d66c88..a84a29c 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); -void ptlrpc_request_handle_eviction(struct ptlrpc_request *); +void ptlrpc_request_handle_notconn(struct ptlrpc_request *); void lustre_assert_wire_constants(void); void ptlrpc_lprocfs_register_service(struct obd_device *obddev, -- 1.8.3.1