Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb30f3
)
b=14608
author
yury
<yury>
Sun, 24 Aug 2008 15:53:56 +0000
(15:53 +0000)
committer
yury
<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
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/ptlrpc_internal.h
b/lustre/ptlrpc/ptlrpc_internal.h
index
5d2e294
..
439a84a
100644
(file)
--- 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);