K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2005-09-10T21:30:49.000000Z K 7 svn:log V 278 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 END