commit | d6d478a14bd3bc77afe813fa9c2ce8ebebf01b2d | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Jan 03 17:30:19 2018 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Jan 03 22:48:33 2018 -0800 |
tree | 56773da74c6b620902eb64b65f5480e44f581dc9 | |
parent | 6279398db76cb7dcdafe42b34273b43a5144e304 [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>