K 10 svn:author V 3 pjd K 8 svn:date V 27 2009-07-27T14:52:34.249470Z K 7 svn:log V 544 We don't support ephemeral IDs in FreeBSD and without this fix ZFS can panic when in zfs_fuid_create_cred() when userid is negative. It is converted to unsigned value which makes IS_EPHEMERAL() macro to incorrectly report that this is ephemeral ID. The most reasonable solution for now is to always report that the given ID is not ephemeral. PR: kern/132337 Submitted by: Matthew West Tested by: Thomas Backman , Michael Reifenberger Approved by: re (kib) MFC after: 2 weeks END