diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-03-30 08:50:41 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-04-04 04:52:47 +0300 |
commit | 214c2461a864a46b11856426b80dc7db453043c5 (patch) | |
tree | 1c06760b93f259e7e26d881b40ceee7fe3cd7e11 /certs | |
parent | c79d152094d228080e9895a92feb44ba9d60c798 (diff) | |
download | linux-214c2461a864a46b11856426b80dc7db453043c5.tar.xz |
f2fs: remain written times to update inode during fsync
This fixes xfstests/generic/392.
The failure was caused by different times between 1) one marked in the last
fsync(2) call and 2) the other given by roll-forward recovery after power-cut.
The reason was that we skipped updating inode block at 1), since its i_size
was recoverable along with 4KB-aligned data writes, which was fixed by:
"f2fs: fix a wrong condition in f2fs_skip_inode_update"
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions