cvs commit: src/sys/nlm nlm_prot_impl.c

Doug Rabson dfr at FreeBSD.org
Wed Aug 13 12:03:45 UTC 2008


dfr         2008-08-13 12:03:31 UTC

  FreeBSD src repository

  Modified files:
    sys/nlm              nlm_prot_impl.c 
  Log:
  SVN rev 181683 on 2008-08-13 12:03:31Z by dfr
  
  Fix an interop issue with Linux: If you do nothing but TCP
  mounts, Linux won't even bother registering nlockmgr for UDP. This
  causes nlm_get_rpc to fail, which means any attempts to deliver the
  GRANTED callback fail. Add code to nlm_get_rpc to try to locate the
  TCP version as well. If it finds it on TCP, it establishes
  a clnt_reconnect to the host.
  
  Submitted by:   zachary.loafman at isilon.com
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.13      +115 -54   src/sys/nlm/nlm_prot_impl.c


More information about the cvs-src mailing list