From: Chuck Lever Date: Mon, 10 Dec 2007 19:58:44 +0000 (-0500) Subject: NFS: Change nfs_find_client() to take "struct sockaddr *" X-Git-Tag: v2.6.25-rc1~1146^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff052645c939b2fd8d467105adf98fa621cc244b;p=pandora-kernel.git NFS: Change nfs_find_client() to take "struct sockaddr *" Adjust arguments and callers of nfs_find_client() to pass a "struct sockaddr *" instead of "struct sockaddr_in *" to support non-IPv4 addresses. Signed-off-by: Chuck Lever Cc: Aurelien Charbon Trond: Also fix up protocol version number argument in nfs_find_client() to use the correct u32 type. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed