Daniel Mack wrote:
This patch applies against r104 of filo and allows older versions of ext2 file systems to be accessed. The problem with the current code is that EXT2_INODE_SIZE() returns 0 for these file systems and the EXT2_INODES_PER_BLOCK() uses that value in a calculation which causes a div0 and sends the machine to reboot.
Below is a fix for that.
Signed-off-by: Daniel Mack daniel@caiaq.de
Thanks. r106