Skip to content
Snippets Groups Projects
Commit ffc4e759 authored by Jens Axboe's avatar Jens Axboe
Browse files

cfq-iosched: add hlist for browsing parallel to the radix tree

It's cumbersome to browse a radix tree from start to finish, especially
since we modify keys when a process exits. So add a hlist for the single
purpose of browsing over all known cfq_io_contexts, used for exit,
io prio change, etc.

This fixes http://bugzilla.kernel.org/show_bug.cgi?id=9948



Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 84e9e03c
No related branches found
No related tags found
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