• Nick Piggin's avatar
    [PATCH] fix AS hangs · 5daa5a40
    Nick Piggin authored
    Clears the next_arq cache if a request is repositioned and added as an alias
    behind another.  Should fix the BUGs which Mary Edie Meredith has been
    reporting.
    
    Also, fixes a few random (but harmless) cases where last_merge was being set
    and causing warnings.
    
    When 2 requests are merged, and one is thrown away, move its alias list onto
    the merged request! This is likely to be the cause of Mary's hangs.
    5daa5a40
as-iosched.c 47.6 KB