]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaa98a6610d7f2d9fdb1a5694af6371cd02d9a7a9
treeca5bcec9c81af2ad5f7d8b4dc91fd3a22aee71f4
parent5ce332bedf46e4d665fc099f6d3f61fd0694a2ee
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