From: shaver Date: Fri, 25 Jul 2003 23:04:34 +0000 (+0000) Subject: b=1600: my version of Andreas' patch to use write_record to ensure that the X-Git-Tag: v1_7_0_51~2^9~376 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c888969cd262cf667cc58f693b7b6d633cfc6d70;p=fs%2Flustre-release.git 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. --- 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,