Whamcloud - gitweb
merge b_devel to b_eq: 20030728
authorericm <ericm>
Mon, 28 Jul 2003 16:05:19 +0000 (16:05 +0000)
committerericm <ericm>
Mon, 28 Jul 2003 16:05:19 +0000 (16:05 +0000)
(2) cobd conf doc include

lustre/include/linux/lustre_commit_confd.h

index 5a021a8..980e6ce 100644 (file)
@@ -40,7 +40,7 @@ struct llog_commit_master {
         struct list_head        lcm_thread_idle;  /* list of idle daemons */
         spinlock_t              lcm_thread_lock;  /* protects thread_list */
         atomic_t                lcm_thread_numidle;/* number of idle threads */
-        int                     lcm_thread_total; /* total number of threads */
+        atomic_t                lcm_thread_total; /* total number of threads */
         int                     lcm_thread_max;   /* <= num_osts normally */
 
         int                     lcm_flags;