diff options
author | Chao Yu <yuchao0@huawei.com> | 2017-02-15 10:34:45 +0800 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-02-23 10:21:48 -0800 |
commit | 23cf7212a1cae2158dcf5f41d9733d59e320f8f6 (patch) | |
tree | 3b8e193e071301a23a37ef9295deceefd3a06bf3 /Documentation | |
parent | 25cc5d3b9dde074bfa06024fd6486020963807da (diff) | |
download | linux-23cf7212a1cae2158dcf5f41d9733d59e320f8f6.tar.gz linux-23cf7212a1cae2158dcf5f41d9733d59e320f8f6.tar.bz2 linux-23cf7212a1cae2158dcf5f41d9733d59e320f8f6.zip |
f2fs: introduce noinline_xattr mount option
This patch introduces new mount option 'noinline_xattr', so we can disable
inline xattr functionality which is already set as a default mount option.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index 3d7e12d0cb91..4f6531a4701b 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt @@ -125,6 +125,7 @@ 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. +noinline_xattr Disable the inline xattrs feature. inline_data Enable the inline data feature: New created small(<~3.4k) files can be written into inode block. inline_dentry Enable the inline dir feature: data in new created |