third_party_f2fs-tools/lib
Yunlei He 1797a5f092 fsck: introduce generic function f2fs_fsync_device
We use f2fs_finalize_device to fsync previous data in
checkpoint area before write last CP pack, in order to avoid
cp corruption in sudden-power-off case. But this function will
close the device, so this patch introduce a function to call
fsync() only.

Signed-off-by: Yunlei He <heyunlei@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2017-10-26 12:25:27 +02:00
..
libf2fs_io.c fsck: introduce generic function f2fs_fsync_device 2017-10-26 12:25:27 +02:00
libf2fs_zoned.c f2fs-tools: initialize and avoid build warning for android 2016-11-10 14:17:16 -08:00
libf2fs.c f2fs-tools: support inode checksum 2017-07-26 14:38:43 -07:00
Makefile.am f2fs-tools: introduce support for zoned block devices 2016-11-01 17:27:34 -07:00