Skip to content
Commit e2bd9678 authored by Paul Bolle's avatar Paul Bolle Committed by Jens Axboe
Browse files

block: Use hlist_entry() for io_context.cic_list.first



list_entry() and hlist_entry() are both simply aliases for
container_of(), but since io_context.cic_list.first is an hlist_node one
should at least use the correct alias.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 28304f48
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment