Date: Mon, 17 Oct 2005 07:31:09 -0400 From: Craig Rodrigues <rodrigc@crodrigues.org> To: Gleb Smirnoff <glebius@freebsd.org> Cc: Craig Rodrigues <rodrigc@freebsd.org>, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Message-ID: <20051017113109.GA2986@crodrigues.org> In-Reply-To: <20051017064447.GN14542@cell.sick.ru> References: <200510170327.j9H3RZeB020269@repoman.freebsd.org> <20051017064447.GN14542@cell.sick.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 17, 2005 at 10:44:47AM +0400, Gleb Smirnoff wrote: > C> This eliminates KASSERTs in GEOM if we accidentally mount an audio CD > C> as a cd9660 filesystem. > > Thanks for fixing this! I think it deserves to be merged to 6.0-RELEASE. > The operating system that panics on attempt to mount an audio CD looks funny. I think it is too late for merging this to 6.0-RELEASE and don't want this to hold up the release. It can be merged to RELENG_6 after the release. KASSERT() is only defined if you have INVARIANTS set, so it is not going to cause panics for the default kernel config for 6.0-RELEASE . -- Craig Rodrigues rodrigc@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051017113109.GA2986>