Commit 092af2eb authored by Ed Tsai's avatar Ed Tsai Committed by Jaegeuk Kim

Documentation: f2fs: fix typo s/automaic/automatic

Fix typo in f2fs documentation.
Signed-off-by: default avatarEd Tsai <ed.tsai@mediatek.com>
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 938a1842
...@@ -847,7 +847,7 @@ This is the default option. f2fs does automatic compression in the writeback of ...@@ -847,7 +847,7 @@ This is the default option. f2fs does automatic compression in the writeback of
compression enabled files. compression enabled files.
2) compress_mode=user 2) compress_mode=user
This disables the automaic compression and gives the user discretion of choosing the 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 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 compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE
ioctls like the below. ioctls like the below.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment