On 2020/12/1 12:09, Jaegeuk Kim wrote:
On 11/25, Jaegeuk Kim wrote:This patch removes buffer_head dependency when getting block addresses. Light reported there's a 32bit issue in f2fs_fiemap where map_bh.b_size is 32bits while len is 64bits given by user. This will give wrong length to f2fs_map_block.Reported-by: Light Hsieh <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
Reviewed-by: Chao Yu <[email protected]> Thanks,

