K 10 svn:author V 7 delphij K 8 svn:date V 27 2005-10-06T18:27:27.000000Z K 7 svn:log V 441 MFC 1.154 (by rodrigc) | 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 | | Revision Changes Path | 1.154 +12 -0 src/sys/gnu/fs/ext2fs/ext2_vfsops.c Approved by: re (scottl) END