NetBSD/sys/fs/cd9660
mlelstv 61ec757e43 Drop two uses of disk label data.
msdosfs and cd9660 are the only filesystems that verify the filesystem
type in the label. This is the wrong place, sanity checks should only
rely on the inner structure of the filesystem (like signatures or
magic numbers).

msdosfs also used the device type information from the label to
deduce a filesystem parameter heuristically for the gemdos variant.
If there is no information inside the filesystem data itself, this
should be an explicit mount option.
2010-01-26 21:29:48 +00:00
..
Makefile
TODO
TODO.hibler
cd9660_bmap.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_extern.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
cd9660_lookup.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
cd9660_mount.h
cd9660_node.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
cd9660_node.h Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_rrip.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
cd9660_rrip.h
cd9660_util.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_vfsops.c Drop two uses of disk label data. 2010-01-26 21:29:48 +00:00
cd9660_vnops.c Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00
files.cd9660
iso.h
iso_rrip.h