Skip to content
Snippets Groups Projects
Commit 6861f350 authored by David Teigland's avatar David Teigland
Browse files

dlm: fix socket fd translation


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>
parent 04bedd79
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment