• Andrew Morton's avatar
    [PATCH] Fix sem_lock deadlock · 7ea0cb81
    Andrew Morton authored
    From: Anton Blanchard <anton@samba.org>
    
    I saw a lockup where 2 cpus were stuck in sem_lock().  It seems like we can
    loop back to retry_undos with the lock held.  That path takes the lock so
    we will deadlock.
    7ea0cb81
sem.c 30.2 KB