freebsd-dev/sys/gnu
Craig Rodrigues bdb7d194d0 In ext2_mountfs(), check that the superblock size, SBSIZE,
is aligned with the sectorsize value returned by GEOM, before
doing a bread() of the superblock.
This eliminates a panic when trying the following on an empty CD-ROM drive:
mount_ext2fs /dev/acd0 /mnt

Reviewed by:	phk
2005-09-10 21:30:49 +00:00
..
dev/sound/pci /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:27:30 +00:00
fs In ext2_mountfs(), check that the superblock size, SBSIZE, 2005-09-10 21:30:49 +00:00