Skip to content
  • Jens Axboe's avatar
    block: fixup rq_init() a bit · 63a71386
    Jens Axboe authored
    
    
    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>
    63a71386