From: Chuck Lever Date: Fri, 3 Oct 2008 16:50:21 +0000 (-0400) Subject: lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INET X-Git-Tag: v2.6.28-rc1~576^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d204403b31beb83b1aefef7bd76f5209369555;p=pandora-kernel.git lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INET Pass a struct sockaddr * and a length to nlmclnt_lookup_host() to accomodate non-AF_INET family addresses. As a side benefit, eliminate the hostname_len argument, as the hostname is always NUL-terminated. Signed-off-by: Chuck Lever Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed