commit | 26298caacac3e4754194b13aef377706d5de6cf6 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Mar 18 20:46:36 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Mar 28 15:55:06 2009 -0400 |
tree | ca5bcec9c81af2ad5f7d8b4dc91fd3a22aee71f4 | |
parent | 49a9072f29a1039f142ec98b44a72d7173651c02 [diff] |
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>