From: Ionut Nicu Date: Mon, 13 Jan 2014 10:59:24 +0000 (+0100) Subject: ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz X-Git-Tag: v2014.01~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=470173274d9ceb18a7140ef93e20be6c2236e7d9;hp=470173274d9ceb18a7140ef93e20be6c2236e7d9;p=u-boot ext4fs: use EXT2_BLOCK_SIZE instead of fs->blksz Using fs->blksz in ext4fs_get_extent_block() is not correct since fs->blksz is not initialized on the read path. Use EXT2_BLOCK_SIZE() instead which will produce the desired output. Signed-off-by: Ionut Nicu Signed-off-by: Mathias Rulf ---