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:
994236b
)
Branch: b1_6
author
wangdi
<wangdi>
Wed, 8 Aug 2007 21:46:53 +0000
(21:46 +0000)
committer
wangdi
<wangdi>
Wed, 8 Aug 2007 21:46:53 +0000
(21:46 +0000)
typo fix in last commit
b=10800
i=shadow
i=green
lustre/ptlrpc/recov_thread.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/recov_thread.c
b/lustre/ptlrpc/recov_thread.c
index
15d3aa1
..
ea915c6
100644
(file)
--- a/
lustre/ptlrpc/recov_thread.c
+++ b/
lustre/ptlrpc/recov_thread.c
@@
-584,7
+584,7
@@
static int llog_recovery_generic(struct llog_ctxt *ctxt, void *handle,void *arg)
llpa.llpa_arg = arg;
llpa.llpa_ctxt = llog_get_context(ctxt->loc_obd, ctxt->loc_idx);
if (!llpa.llpa_ctxt) {
- up(&llpa.llpa_sem);
+
mutex_
up(&llpa.llpa_sem);
RETURN(-ENODEV);
}
rc = cfs_kernel_thread(log_process_thread, &llpa, CLONE_VM | CLONE_FILES);