From 64f7a6918b14518bc26095a6c764d1d50224326b Mon Sep 17 00:00:00 2001 From: ericm Date: Mon, 28 Jul 2003 16:05:19 +0000 Subject: [PATCH] merge b_devel to b_eq: 20030728 (2) cobd conf doc include --- lustre/include/linux/lustre_commit_confd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1