commit | 58736fa60f6ae659ac72da8b1580c308b47e8edd | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue Oct 11 22:57:04 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Nov 23 12:10:54 2016 -0800 |
tree | 54a9cd2eeb81929dfbb7990c44ff7833ca6a207e | |
parent | 6f2d8ed654bfa391854df4de854953f772a16a9d [diff] |
f2fs: be aware of extent beyond EOF in fiemap f2fs can support fallocating blocks beyond file size without changing the size, but ->fiemap of f2fs was restricted and can't detect these extents fallocated past EOF, now relieve the restriction. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>