From: David Teigland Date: Thu, 24 Sep 2009 20:58:23 +0000 (-0500) Subject: dlm: fix socket fd translation X-Git-Tag: v2.6.32-rc5~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6861f350785bf476c2d4e3b9cb69ee36b78df2fc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed