Re: svn commit: r326991 - in head/sys/fs: nfs nfsclient

2017-12-20 Thread John Baldwin
On Wednesday, December 20, 2017 01:07:22 PM Ian Lepore wrote: > On Tue, 2017-12-19 at 19:18 +, John Baldwin wrote: > > Author: jhb > > Date: Tue Dec 19 19:18:48 2017 > > New Revision: 326991 > > URL: https://svnweb.freebsd.org/changeset/base/326991 > > > > Log: > > Update NFS to handle large

Re: svn commit: r326991 - in head/sys/fs: nfs nfsclient

2017-12-20 Thread Ian Lepore
On Tue, 2017-12-19 at 19:18 +, John Baldwin wrote: > Author: jhb > Date: Tue Dec 19 19:18:48 2017 > New Revision: 326991 > URL: https://svnweb.freebsd.org/changeset/base/326991 > > Log: >   Update NFS to handle larger link counts post ino64. > [...] > Modified: head/sys/fs/nfsclient/nfs_clvno

svn commit: r326991 - in head/sys/fs: nfs nfsclient

2017-12-19 Thread John Baldwin
Author: jhb Date: Tue Dec 19 19:18:48 2017 New Revision: 326991 URL: https://svnweb.freebsd.org/changeset/base/326991 Log: Update NFS to handle larger link counts post ino64. - Define a NFS_LINK_MAX as UINT32_MAX to match the wire protocol. - Use NFS_LINK_MAX instead of LINK_MAX as the fa