From: ericm Date: Mon, 28 Jul 2003 16:05:19 +0000 (+0000) Subject: merge b_devel to b_eq: 20030728 X-Git-Tag: v1_7_110~2^11~89 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=64f7a6918b14518bc26095a6c764d1d50224326b;p=fs%2Flustre-release.git merge b_devel to b_eq: 20030728 (2) cobd conf doc include --- diff --git a/lustre/include/linux/lustre_commit_confd.h b/lustre/include/linux/lustre_commit_confd.h index 5a021a8..980e6ce 100644 --- a/lustre/include/linux/lustre_commit_confd.h +++ b/lustre/include/linux/lustre_commit_confd.h @@ -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;