NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks
authorChuck Lever <chuck.lever@oracle.com>
Thu, 19 Mar 2009 00:46:36 +0000 (20:46 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 28 Mar 2009 19:55:06 +0000 (15:55 -0400)
commit26298caacac3e4754194b13aef377706d5de6cf6
treeca5bcec9c81af2ad5f7d8b4dc91fd3a22aee71f4
parent49a9072f29a1039f142ec98b44a72d7173651c02
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 <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/svc.c
fs/nfs/callback.c