diff options
| author | Jaegeuk Kim <jaegeuk@kernel.org> | 2016-12-21 17:09:19 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-13 12:34:42 +0200 |
| commit | cf5d59ded5cbbb3128ad232f4a2a3683667efcd4 (patch) | |
| tree | 76abea9a89738c637a1d2f82fe70a7f195df3725 /Documentation/filesystems | |
| parent | 204f03d0539319cb64001288bf5308b60f0ec58a (diff) | |
f2fs: get io size bit from mount option
This patch adds to set io_size_bits from mount option.
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 de9d4edb4..56f523cac 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt @@ -157,6 +157,8 @@ data_flush Enable data flushing before checkpoint in order to mode=%s Control block allocation mode which supports "adaptive" and "lfs". In "lfs" mode, there should be no random writes towards main area. +io_bits=%u Set the bit size of write IO requests. It should be set + with "mode=lfs". ================================================================================ DEBUGFS ENTRIES |
