diff options
author | Huajun Li <huajun.li@intel.com> | 2013-11-10 23:13:21 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2013-12-26 20:40:44 +0900 |
commit | e4024e86c28d9b7b297b35d3a697faad44e1e19c (patch) | |
tree | 447a43a32c4a1cdc473201ff721692d20ca9132a | |
parent | 9ffe0fb5f3bbd01c766162bb17a62dee0df7e125 (diff) | |
download | linux-e4024e86c28d9b7b297b35d3a697faad44e1e19c.tar.gz linux-e4024e86c28d9b7b297b35d3a697faad44e1e19c.tar.bz2 linux-e4024e86c28d9b7b297b35d3a697faad44e1e19c.zip |
f2fs: update f2fs Documentation
This patch describes the inline_data support in f2fs document.
Signed-off-by: Huajun Li <huajun.li@intel.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
-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 02357e35d4f6..998e698cf455 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt @@ -120,6 +120,8 @@ active_logs=%u Support configuring the number of active logs. In the disable_ext_identify Disable the extension list configured by mkfs, so f2fs does not aware of cold files such as media files. inline_xattr Enable the inline xattrs feature. +inline_data Enable the inline data feature: New created small(<~3.4k) + files can be written into inode block. ================================================================================ DEBUGFS ENTRIES |