git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7dcaa4
)
this_cpu: xfs_icsb_modify_counters does not need "cpu" variable
author
Christoph Lameter
<cl@linux-foundation.org>
Sat, 3 Oct 2009 10:48:23 +0000
(19:48 +0900)
committer
Tejun Heo
<tj@kernel.org>
Sat, 3 Oct 2009 10:48:23 +0000
(19:48 +0900)
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>
No differences found