diff options
author | Chao Yu <chao2.yu@samsung.com> | 2015-12-16 06:12:16 +0100 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-12-16 18:25:48 +0100 |
commit | 343f40f0a70eb7cee9cc8d6fcfbb3917252a5245 (patch) | |
tree | 681a63959c5293be0a069beef713108b85a4f726 /Documentation | |
parent | f2fs: record dirty status of regular/symlink inode (diff) | |
download | linux-343f40f0a70eb7cee9cc8d6fcfbb3917252a5245.tar.xz linux-343f40f0a70eb7cee9cc8d6fcfbb3917252a5245.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index ad10494aa224..e1c9f0849da6 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt @@ -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 |