• Jens Axboe's avatar
    [PATCH] set request fastfail bit correctly · c5046934
    Jens Axboe authored
    From Mike Christie <michaelc@cs.wisc.edu>
    
    The first three bio and request flags are no longer identical.  The bio
    barrier and rw flags are getting set in __make_request and get_request
    respectively, and failfast is getting left out.
    
    This sets the request's failfast flag in __make_request when the bio's
    flag is set.
    c5046934
ll_rw_blk.c 73.6 KB