From c8abe454c297fbecd3fa7007f9a3e67247b20a75 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Wed, 15 Apr 2009 10:32:54 +0000 Subject: [PATCH] Branch b1_8 b=18033 Fixed the typo. --- lustre/include/lprocfs_status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index 20317a7..70b6fb1 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -330,7 +330,7 @@ static inline int lprocfs_stats_lock(struct lprocfs_stats *stats, int type) if (type & LPROCFS_GET_NUM_CPU) rc = num_possible_cpus(); if (type & LPROCFS_GET_SMP_ID) { - stats->ls_flags &= LPROCFS_STATS_GET_SMP_ID; + stats->ls_flags |= LPROCFS_STATS_GET_SMP_ID; rc = cfs_get_cpu(); } } -- 1.8.3.1