commit | b876f4c94c3d1688edea021d45a528571499e0b9 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Nov 24 15:19:10 2020 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Dec 02 22:00:23 2020 -0800 |
tree | a681cdd7b6afb6b849423a853ace39432e64a8bb | |
parent | 963ba7f983767d79e914cd616c3e57be1938677e [diff] |
f2fs: remove buffer_head which has 32bits limit 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 <Light.Hsieh@mediatek.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>