Skip to content

Commit e782232

Browse files
bagasmeJaegeuk Kim
authored andcommitted
Documentation: f2fs: Indent compression_mode option list
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>
1 parent f4f36ff commit e782232

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Documentation/filesystems/f2fs.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -944,14 +944,16 @@ compression enabled files (refer to "Compression implementation" section for how
944944
enable compression on a regular inode).
945945

946946
1) compress_mode=fs
947-
This is the default option. f2fs does automatic compression in the writeback of the
948-
compression enabled files.
947+
948+
This is the default option. f2fs does automatic compression in the writeback of the
949+
compression enabled files.
949950

950951
2) compress_mode=user
951-
This disables the automatic compression and gives the user discretion of choosing the
952-
target file and the timing. The user can do manual compression/decompression on the
953-
compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
954-
ioctls like the below.
952+
953+
This disables the automatic compression and gives the user discretion of choosing the
954+
target file and the timing. The user can do manual compression/decompression on the
955+
compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
956+
ioctls like the below.
955957

956958
To decompress a file::
957959

0 commit comments

Comments
 (0)