• Jens Axboe's avatar
    [PATCH] request structure stack corruption · 8699fb44
    Jens Axboe authored
    This fixes a problem with drivers that have request on the stack for
    some operations, like IDE.  If we wake before releasing the request, the
    stack may have already disappeared beneath us when the rest of
    end_that_request_last() is run.
    
    Fix by making sure the completion is done _last_.
    8699fb44
ll_rw_blk.c 58.4 KB