Skip to content
Commit 63a71386 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: fixup rq_init() a bit



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: default avatarJens Axboe <jens.axboe@oracle.com>
parent a4ffc0a0
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