From: yangsheng Date: Wed, 15 Apr 2009 10:35:49 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_170~50 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9b81311abb92ba159c15bd3041ca844281e6df8a;p=fs%2Flustre-release.git Branch HEAD b=18033 Fix the typo. --- diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index ea1abe2..abac33c 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -357,7 +357,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(); } }