K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2014-06-09T13:52:10.862436Z K 7 svn:log V 369 MFC: r267191 The new NFS server would not allow a hard link to be created to a symlink. This restriction (which was inherited from OpenBSD) is not required by the NFS RFCs. Since this is allowed by the old NFS server, it is a POLA violation to not allow it. This patch modifies the new NFS server to allow this. Reported by: jhb Reviewed by: jhb Approved by: re (kib) END