
20 Jan
2014
20 Jan
'14
11:59 p.m.
On Mon, Jan 13, 2014 at 11:59:24AM +0100, Ionut Nicu wrote:
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 ioan.nicu.ext@nsn.com Signed-off-by: Mathias Rulf mathias.rulf@nsn.com
Applied to u-boot/master, thanks!
--
Tom