• Tejun Heo's avatar
    block: kill rq->data · 731ec497
    Tejun Heo authored
    Now that all block request data transfer is done via bio, rq->data
    isn't used.  Kill it.
    
    While at it, make the roles of rq->special and buffer clear.
    
    [ Impact: drop now unncessary field from struct request ]
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    Cc: Boaz Harrosh <bharrosh@panasas.com>
    731ec497
blk-core.c 55.3 KB