diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sysctl.c')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_sysctl.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/fs/xfs/linux-2.6/xfs_sysctl.c b/fs/xfs/linux-2.6/xfs_sysctl.c index a0256497242..7079cc83721 100644 --- a/fs/xfs/linux-2.6/xfs_sysctl.c +++ b/fs/xfs/linux-2.6/xfs_sysctl.c @@ -38,8 +38,7 @@ xfs_stats_clear_proc_handler(  	if (!ret && write && *valp) {  		printk("XFS Clearing xfsstats\n"); -		for (c = 0; c < NR_CPUS; c++) { -			if (!cpu_possible(c)) continue; +		for_each_cpu(c) {  			preempt_disable();  			/* save vn_active, it's a universal truth! */  			vn_active = per_cpu(xfsstats, c).vn_active; | 
