K 10 svn:author V 3 dim K 8 svn:date V 27 2012-01-03T20:53:07.267211Z K 7 svn:log V 254 In sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, check the the number of links against LINK_MAX (which is INT16_MAX), not against UINT32_MAX. Otherwise, the constant would implicitly be converted to -1. Reviewed by: pjd MFC after: 1 week END