• N
    Remove flush_dry_bio_endio · d24517d7
    NeilBrown 提交于
    The entire function of flush_dry_bio_endio is to undo the effects
    of bio_endio (when called on a barrier request).  So remove the
    function and the call to bio_endio.
    
    This allows us to remove "bi_size" from "struct request_queue".
    Signed-off-by: NNeil Brown <neilb@suse.de>
    
    ### Diffstat output
     ./block/ll_rw_blk.c      |   39 ++-------------------------------------
     ./include/linux/blkdev.h |    1 -
     2 files changed, 2 insertions(+), 38 deletions(-)
    
    diff .prev/block/ll_rw_blk.c ./block/ll_rw_blk.c
    Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
    d24517d7
ll_rw_blk.c 104.2 KB