• Jens Axboe's avatar
    [PATCH] Fix noop elevator request merging · aea65420
    Jens Axboe authored
    From: Oleg Drokin <green@namesys.com>
    
    Without this, if elv_try_last_merge() returns nonzero, we do not
    initialise *req.  That results in a subsequent BUG_ON() in
    __make_request() because req is NULL (or is just uninitialised).
    aea65420
noop-iosched.c 1.98 KB