commit | 6861f350785bf476c2d4e3b9cb69ee36b78df2fc | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Thu Sep 24 15:58:23 2009 -0500 |
committer | David Teigland <teigland@redhat.com> | Wed Sep 30 12:19:44 2009 -0500 |
tree | 99cb1eb3cb5ac2084077fae9eec7e1f3e9d2cdc5 | |
parent | 04bedd79a7037ee7af816b06c60c738144475c4a [diff] |
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: David Teigland <teigland@redhat.com>