f2fs: introduce new option for controlling data flush

Add a new option 'data_flush' to enable data flush functionality.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Chao Yu
2015-12-16 13:12:16 +08:00
committed by Jaegeuk Kim
vanhempi c227f91273
commit 343f40f0a7
3 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -149,6 +149,8 @@ noextent_cache Disable an extent cache based on rb-tree explicitly, see
the above extent_cache mount option.
noinline_data Disable the inline data feature, inline data feature is
enabled by default.
data_flush Enable data flushing before checkpoint in order to
persist data of regular and symlink.
================================================================================
DEBUGFS ENTRIES