Whamcloud - gitweb
b=1600: my version of Andreas' patch to use write_record to ensure that the
authorshaver <shaver>
Fri, 25 Jul 2003 23:04:34 +0000 (23:04 +0000)
committershaver <shaver>
Fri, 25 Jul 2003 23:04:34 +0000 (23:04 +0000)
        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

index 8d66c88..a84a29c 100644 (file)
@@ -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,