]> www.infradead.org Git - users/hch/misc.git/commitdiff
Documentation: f2fs: Indent compression_mode option list
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 20 Aug 2025 04:34:31 +0000 (11:34 +0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Aug 2025 00:09:01 +0000 (00:09 +0000)
Indent description text so that compression_mode numbered list gets
rendered as such in htmldocs output.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.rst

index 673ca35b6639d43c2ee8c85e5a57e2fe029cef6b..83479d2147c3e45d354a4cdf6e9d506f53679be2 100644 (file)
@@ -944,14 +944,16 @@ compression enabled files (refer to "Compression implementation" section for how
 enable compression on a regular inode).
 
 1) compress_mode=fs
-This is the default option. f2fs does automatic compression in the writeback of the
-compression enabled files.
+
+   This is the default option. f2fs does automatic compression in the writeback of the
+   compression enabled files.
 
 2) compress_mode=user
-This disables the automatic compression and gives the user discretion of choosing the
-target file and the timing. The user can do manual compression/decompression on the
-compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
-ioctls like the below.
+
+   This disables the automatic compression and gives the user discretion of choosing the
+   target file and the timing. The user can do manual compression/decompression on the
+   compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
+   ioctls like the below.
 
 To decompress a file::