this_cpu: xfs_icsb_modify_counters does not need "cpu" variable
authorChristoph Lameter <cl@linux-foundation.org>
Sat, 3 Oct 2009 10:48:23 +0000 (19:48 +0900)
committerTejun Heo <tj@kernel.org>
Sat, 3 Oct 2009 10:48:23 +0000 (19:48 +0900)
commit7a9e02d6bb05b268dc403d7ee87ce4198062f838
treef38920e87e9d908c19e881ccbf549ae4035f9724
parente7dcaa4755e35d7540bf19f316f8798357c53fa0
this_cpu: xfs_icsb_modify_counters does not need "cpu" variable

The xfs_icsb_modify_counters() function no longer needs the cpu variable
if we use this_cpu_ptr() and we can get rid of get/put_cpu().

Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Olaf Weber <olaf@sgi.com>
Signed-off-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
fs/xfs/xfs_mount.c