]> git.baikalelectronics.ru Git - kernel.git/commit
block: Use hlist_entry() for io_context.cic_list.first
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 2 Jun 2011 11:05:02 +0000 (13:05 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 2 Jun 2011 11:05:02 +0000 (13:05 +0200)
commitb216a7cd75307489f47876f485a8df508ec2a3a6
tree25fa9535761abdafa1f9de9fc86108d8b178cfef
parent876a87114e1d33e702aa8e127f3ea63f51474d36
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: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
block/blk-ioc.c