Home
last modified time | relevance | path

Searched hist:"76629165913 a6d5542bbe735191b021f31dd3798" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dnode.cdiff 76629165913a6d5542bbe735191b021f31dd3798 Mon Mar 02 18:28:16 CST 2015 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: report -ENOENT for unreached data indices

If inode has inline_data, it should report -ENOENT when accessing out-of-bound
region.
This is used by f2fs_fiemap which treats -ENOENT with no error.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>