K 10 svn:author V 3 pjd K 8 svn:date V 27 2008-01-24T11:21:54.000000Z K 7 svn:log V 336 Change type of kmem_used() and kmem_size() functions to uint64_t, so it doesn't overflow in arc.c in this check: if (kmem_used() > (kmem_size() * 4) / 5) return (1); With this bug ZFS almost doesn't cache. Only 32bit machines are affected that have vm.kmem_size set to values >=1GB. Reported by: David Taylor END