• Andrew Morton's avatar
    [PATCH] rpc_delete_timer race fix · 24b6f31e
    Andrew Morton authored
    Patch from Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
    
    Fix a race wherein timer_pending() returns false, but the timer handler is
    actually running on another CPU.  We need to call del_timer_sync()
    regardless, so we wait for completion of the handler.
    24b6f31e
sched.c 26.3 KB