commit | 8fc74466298fcb06c68eb201d28803543deef1b6 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Jan 03 17:30:19 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jan 30 19:45:27 2018 -0800 |
tree | f10ce5af326c56ba52a977b8b9a99115e49423ba | |
parent | 162464df894eef0736da41e8d633036272865c8d [diff] |
f2fs: continue to do direct IO if we only preallocate partial blocks While doing direct IO, if we run out-of-space when we preallocate blocks, we should not return ENOSPC error directly, instead, we should continue to do following direct IO, which will keep directIO of f2fs acting like other filesystems. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>