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:
8497a24
)
block,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb) to kfree_rcu()
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Fri, 18 Mar 2011 03:42:58 +0000
(11:42 +0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Wed, 20 Jul 2011 21:10:13 +0000
(14:10 -0700)
The rcu callback disk_free_ptbl_rcu_cb() just calls a kfree(),
so we use kfree_rcu() instead of the call_rcu(disk_free_ptbl_rcu_cb).
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Jens Axboe <axboe@kernel.dk>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
No differences found