Whamcloud - gitweb
b=14608
authoryury <yury>
Sun, 24 Aug 2008 15:53:56 +0000 (15:53 +0000)
committeryury <yury>
Sun, 24 Aug 2008 15:53:56 +0000 (15:53 +0000)
r=wangdi,shadow

- new recov thread code;
- cleanups and fixes.

lustre/ptlrpc/ptlrpc_internal.h

index 5d2e294..439a84a 100644 (file)
@@ -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);