diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-08-20 11:34:29 +0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2025-08-28 00:09:01 +0000 |
commit | f9c97e496293e50f9131196c26f94d29b2d6451d (patch) | |
tree | 30fa61ef1c7c336e863fe679aa7ada6b1c37972e | |
parent | f23044152af2614c6fddfa9d975ac1f293b58729 (diff) |
Documentation: f2fs: Span write hint table section rows
Write hint policy table has two rows which act as section rows: buffered
io and direct io, yet these rows are written as normal rows instead.
Column-span them.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r-- | Documentation/filesystems/f2fs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst index 41fa95b779e9..2e1ee10e8c60 100644 --- a/Documentation/filesystems/f2fs.rst +++ b/Documentation/filesystems/f2fs.rst @@ -822,11 +822,13 @@ ioctl(COLD) COLD_DATA WRITE_LIFE_EXTREME extension list " " -- buffered io +------------------------------------------------------------------ N/A COLD_DATA WRITE_LIFE_EXTREME N/A HOT_DATA WRITE_LIFE_SHORT N/A WARM_DATA WRITE_LIFE_NOT_SET -- direct io +------------------------------------------------------------------ WRITE_LIFE_EXTREME COLD_DATA WRITE_LIFE_EXTREME WRITE_LIFE_SHORT HOT_DATA WRITE_LIFE_SHORT WRITE_LIFE_NOT_SET WARM_DATA WRITE_LIFE_NOT_SET |