Skip to content
Commit 34e6bbf2 authored by Fabio Checconi's avatar Fabio Checconi Committed by Jens Axboe
Browse files

cfq-iosched: fix rcu freeing of cfq io contexts



SLAB_DESTROY_BY_RCU is not a direct substitute for normal call_rcu()
freeing, since it'll page freeing but NOT object freeing. So change
cfq to do the freeing on its own.

Signed-off-by: default avatarFabio Checconi <fabio@gandalf.sssup.it>
Acked-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 00d61e3e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment