Date: Wed, 13 Aug 2008 12:03:31 +0000 (UTC) From: Doug Rabson <dfr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nlm nlm_prot_impl.c Message-ID: <200808131203.m7DC3b0v025658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808131203.m7DC3b0v025658>