diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-07-03 03:55:52 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-07-30 08:17:02 +0200 |
commit | e5d2385ed6d8543a8884afc28aee44d46cfe64be (patch) | |
tree | fc3e1a9a7ff1e038aacc1a1b45f75e7048932b05 /Documentation/filesystems/f2fs.txt | |
parent | Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... (diff) | |
download | linux-e5d2385ed6d8543a8884afc28aee44d46cfe64be.tar.xz linux-e5d2385ed6d8543a8884afc28aee44d46cfe64be.zip |
f2fs: recover date requested by fdatasync
In order to support SQLite that uses fdatasync instead of fsync, we should
guarantee the data requested by fdatasync can be recovered after sudden-power-
off.
So, let's remove the fdatasync condition in f2fs_sync_file.
Otherwise, we can restore the data after sudden-power-off due to nonexistence
of any fsync mark'ed node blocks.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions