Date: Sun, 16 Jul 2006 15:59:17 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/raid3 g_raid3.c Message-ID: <200607161559.k6GFxHKA043609@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <uspoerlein@gmail.com>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607161559.k6GFxHKA043609>
