diff options
author | Chao Yu <chao2.yu@samsung.com> | 2015-12-16 13:12:16 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-12-16 09:25:48 -0800 |
commit | 343f40f0a70eb7cee9cc8d6fcfbb3917252a5245 (patch) | |
tree | 681a63959c5293be0a069beef713108b85a4f726 /Documentation/filesystems | |
parent | c227f912732f204c0ec4a577ba812401ac4672af (diff) | |
download | linux-343f40f0a70eb7cee9cc8d6fcfbb3917252a5245.tar.bz2 |
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/filesystems')
-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 |