K 10 svn:author V 3 pjd K 8 svn:date V 27 2006-07-16T15:59:17.000000Z K 7 svn:log V 506 MFC: sys/geom/raid3/g_raid3.c 1.67,1.68,1.69 - Allow to close access even if device is already destroyed. Reported by: Ulrich Spoerlein PR: kern/98093 - When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of uma(9) will be used for memory allocation. In case of problems or tracking bugs, there are more useful tools for malloc(9) debugging than for uma(9) debugging, like memguard(9) and redzone(9). - Use proper defines instead of magic values. END