commit | e2bd9678fc0085acf540dc4cb48ff961cd4d88c0 | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Thu Jun 02 13:05:02 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Jun 02 13:05:02 2011 +0200 |
tree | 25fa9535761abdafa1f9de9fc86108d8b178cfef | |
parent | 28304f485c3627cc5e1665b92e26eb7fcfe98088 [diff] |
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>