block: fixup rq_init() a bit
authorJens Axboe <jens.axboe@oracle.com>
Fri, 8 Feb 2008 11:41:03 +0000 (12:41 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 8 Feb 2008 11:41:03 +0000 (12:41 +0100)
Rearrange fields in cache order and initialize some fields that
we didn't previously init. Remove init of ->completion_data, it's
part of a union with ->hash. Luckily clearing the rb node is the same
as setting it to null!

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found