Skip to content

Commit c709d09

Browse files
rddunlapJaegeuk Kim
authored andcommitted
f2fs: fix spelling in ABI documentation
Correct spelling problems as identified by codespell. Fixes: 9e615db ("f2fs: add missing description for ipu_policy node") Fixes: b2e4a2b ("f2fs: expose discard related parameters in sysfs") Fixes: 846ae67 ("f2fs: expose extension_list sysfs entry") Signed-off-by: Randy Dunlap <[email protected]> Cc: Jaegeuk Kim <[email protected]> Cc: Chao Yu <[email protected]> Cc: [email protected] Cc: Yangtao Li <[email protected]> Cc: Konstantin Vyshetsky <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>
1 parent d2d9bb3 commit c709d09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/ABI/testing/sysfs-fs-f2fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Description: Controls the in-place-update policy.
5454
0x00 DISABLE disable IPU(=default option in LFS mode)
5555
0x01 FORCE all the time
5656
0x02 SSR if SSR mode is activated
57-
0x04 UTIL if FS utilization is over threashold
57+
0x04 UTIL if FS utilization is over threshold
5858
0x08 SSR_UTIL if SSR mode is activated and FS utilization is over
59-
threashold
59+
threshold
6060
0x10 FSYNC activated in fsync path only for high performance
6161
flash storages. IPU will be triggered only if the
6262
# of dirty pages over min_fsync_blocks.
@@ -117,7 +117,7 @@ Date: December 2021
117117
Contact: "Konstantin Vyshetsky" <[email protected]>
118118
Description: Controls the number of discards a thread will issue at a time.
119119
Higher number will allow the discard thread to finish its work
120-
faster, at the cost of higher latency for incomming I/O.
120+
faster, at the cost of higher latency for incoming I/O.
121121

122122
What: /sys/fs/f2fs/<disk>/min_discard_issue_time
123123
Date: December 2021
@@ -334,7 +334,7 @@ Description: This indicates how many GC can be failed for the pinned
334334
state. 2048 trials is set by default.
335335

336336
What: /sys/fs/f2fs/<disk>/extension_list
337-
Date: Feburary 2018
337+
Date: February 2018
338338
Contact: "Chao Yu" <[email protected]>
339339
Description: Used to control configure extension list:
340340
- Query: cat /sys/fs/f2fs/<disk>/extension_list

0 commit comments

Comments
 (0)