• Jens Axboe's avatar
    [PATCH] blk_insert_request() buglet · 524225b7
    Jens Axboe authored
    blk_insert_request() unconditionally calls q->request_fn(q) regardless
    of the plug state of the queue. This means that we could invoke
    request_fn with a plugged queue, which is an invalid state.
    
    Also fix a Jamesism style in there.
    524225b7
ll_rw_blk.c 73.4 KB