]> git.karo-electronics.de Git - karo-tx-linux.git/commit
f2fs: be aware of extent beyond EOF in fiemap
authorChao Yu <yuchao0@huawei.com>
Tue, 11 Oct 2016 14:57:04 +0000 (22:57 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 23 Nov 2016 20:10:54 +0000 (12:10 -0800)
commit58736fa60f6ae659ac72da8b1580c308b47e8edd
tree54a9cd2eeb81929dfbb7990c44ff7833ca6a207e
parent6f2d8ed654bfa391854df4de854953f772a16a9d
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>
fs/f2fs/data.c