[coreboot] [PATCH] FILO: parse old ext2 revisions correctly

Peter Stuge peter at stuge.se
Wed Sep 23 16:12:44 CEST 2009


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 at caiaq.de>

Thanks. r106




More information about the coreboot mailing list