• Davide Libenzi's avatar
    [PATCH] epoll race fix · 58552705
    Davide Libenzi authored
    The was a race triggered by heavy MT usage that could have caused
    processes in D state. Bad Davide, bad ...
    
    Also, the semaphore is now per-epoll-fd and not global. Plus some comment
    adjustment.
    58552705
eventpoll.c 44.5 KB