1. 16 12月, 2009 2 次提交
  2. 09 12月, 2009 1 次提交
  3. 07 12月, 2009 3 次提交
  4. 06 12月, 2009 6 次提交
  5. 05 12月, 2009 5 次提交
  6. 04 12月, 2009 5 次提交
  7. 22 9月, 2009 1 次提交
  8. 25 8月, 2009 1 次提交
  9. 22 7月, 2009 1 次提交
  10. 18 6月, 2009 12 次提交
  11. 29 3月, 2009 1 次提交
    • C
      NFS: Start PF_INET6 callback listener only if IPv6 support is available · f738f517
      Chuck Lever 提交于
      Apparently a lot of people need to disable IPv6 completely on their
      distributor-built systems, which have CONFIG_IPV6_MODULE enabled at
      build time.
      
      They do this by blacklisting the ipv6.ko module.  This causes the
      creation of the NFSv4 callback service listener to fail if
      CONFIG_IPV6_MODULE is set, but the module cannot be loaded.
      
      Now that the kernel's PF_INET6 RPC listeners are completely separate
      from PF_INET listeners, we can always start PF_INET.  Then the NFS
      client can try to start a PF_INET6 listener, but it isn't required
      to be available.
      Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      f738f517
  12. 24 12月, 2008 2 次提交