From 9db967026f1153242d31a79bf4d68e1397cc7dd1 Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 24 Aug 2008 15:53:56 +0000 Subject: [PATCH] b=14608 r=wangdi,shadow - new recov thread code; - cleanups and fixes. --- lustre/ptlrpc/ptlrpc_internal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/ptlrpc/ptlrpc_internal.h b/lustre/ptlrpc/ptlrpc_internal.h index 5d2e294..439a84a 100644 --- a/lustre/ptlrpc/ptlrpc_internal.h +++ b/lustre/ptlrpc/ptlrpc_internal.h @@ -94,6 +94,10 @@ int ping_evictor_wake(struct obd_export *exp); #define ping_evictor_wake(exp) 1 #endif +/* recov_thread.c */ +int llog_recov_init(void); +void llog_recov_fini(void); + static inline int ll_rpc_recoverable_error(int rc) { return (rc == -ENOTCONN || rc == -ENODEV); -- 1.8.3.1