pjd 2006-07-16 15:59:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/geom/raid3 g_raid3.c
Log:
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 <[EMAIL PROTECTED]>
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.
Revision Changes Path
1.40.2.12 +95 -48 src/sys/geom/raid3/g_raid3.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"