K 10 svn:author V 3 dim K 8 svn:date V 27 2012-01-10T07:46:35.539856Z K 7 svn:log V 250 MFC r229425: 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 END