• Neil Brown's avatar
    [PATCH] Fix bug in sunrpc/server code. · 4a01bf9d
    Neil Brown authored
    When a socket has a request ready it notifies a server thread.
    When the thread has 'received' the request it calls svc_sock_received
    to confirm the fact.
    
    In some cases, svc_sock_received would be called an extra time and
    this could lead to linked-list corruption and bad problems.
    4a01bf9d
svcsock.c 39.1 KB