cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c

Craig Rodrigues rodrigc at crodrigues.org
Mon Oct 17 04:31:13 PDT 2005


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 at crodrigues.org


More information about the cvs-src mailing list