• David Teigland's avatar
    dlm: fix socket fd translation · 6861f350
    David Teigland authored
    The code to set up sctp sockets was not using the sockfd_lookup()
    and sockfd_put() routines to translate an fd to a socket.  The
    direct fget and fput calls were resulting in error messages from
    alloc_fd().
    
    Also clean up two log messages and remove a third, related to
    setting up sctp associations.
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    6861f350
lowcomms.c 37.2 KB