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:
4317257
)
b=18689
author
zhanghc
<zhanghc>
Mon, 20 Apr 2009 12:01:09 +0000
(12:01 +0000)
committer
zhanghc
<zhanghc>
Mon, 20 Apr 2009 12:01:09 +0000
(12:01 +0000)
change thread name "ll_log_commit_*" in
llog_recov_thread_init into "lcm_*" so it
can be fitted into the task struct
i=adilger
lustre/ptlrpc/recov_thread.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/recov_thread.c
b/lustre/ptlrpc/recov_thread.c
index
b33522b
..
9a035ad
100644
(file)
--- a/
lustre/ptlrpc/recov_thread.c
+++ b/
lustre/ptlrpc/recov_thread.c
@@
-477,7
+477,7
@@
struct llog_commit_master *llog_recov_thread_init(char *name)
* Try to create threads with unique names.
*/
snprintf(lcm->lcm_name, sizeof(lcm->lcm_name),
- "l
l_log_commit
_%s", name);
+ "l
cm
_%s", name);
atomic_set(&lcm->lcm_count, 0);
spin_lock_init(&lcm->lcm_lock);