From: Chuck Lever Date: Thu, 19 Mar 2009 00:46:36 +0000 (-0400) Subject: NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks X-Git-Tag: v2.6.30-rc1~415^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26298caacac3e4754194b13aef377706d5de6cf6;p=pandora-kernel.git NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks We're about to convert over to using separate PF_INET and PF_INET6 listeners, instead of a single PF_INET6 listener that also receives AF_INET requests and maps them to AF_INET6. Clear the way by removing the logic in lockd and the NFSv4 callback server that creates an AF_INET6 service listener. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed