Home
last modified time | relevance | path

Searched hist:"470173274 d9ceb18a7140ef93e20be6c2236e7d9" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c470173274d9ceb18a7140ef93e20be6c2236e7d9 Mon Jan 13 10:59:24 UTC 2014 Ionut Nicu <ioan.nicu.ext@nsn.com> 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 <ioan.nicu.ext@nsn.com>
Signed-off-by: Mathias Rulf <mathias.rulf@nsn.com>