From: yury Date: Sun, 24 Aug 2008 15:53:56 +0000 (+0000) Subject: b=14608 X-Git-Tag: v1_7_100~1^266~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9db967026f1153242d31a79bf4d68e1397cc7dd1;p=fs%2Flustre-release.git b=14608 r=wangdi,shadow - new recov thread code; - cleanups and fixes. --- 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);