Whamcloud - gitweb
b=18689
authorzhanghc <zhanghc>
Wed, 22 Apr 2009 02:07:14 +0000 (02:07 +0000)
committerzhanghc <zhanghc>
Wed, 22 Apr 2009 02:07:14 +0000 (02:07 +0000)
change thread name "ll_log_commit_*" in
llog_recov_thread_init into "lcm_*" so it
can be fitted into task struct

i=adilger

lustre/ptlrpc/recov_thread.c

index 3dad818..6433cc7 100644 (file)
@@ -476,7 +476,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),
-                 "ll_log_commit_%s", name);
+                 "lcm_%s", name);
 
         atomic_set(&lcm->lcm_count, 0);
         atomic_set(&lcm->lcm_refcount, 1);