diff options
| author | Ariel Miculas <[email protected]> | 2023-11-17 18:12:14 +0200 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-12-10 17:21:31 -0800 |
| commit | 48aa137e5a9491b491ae2bea0e0a603b330e708f (patch) | |
| tree | cf076c04d4dd3a4c5de9b6d836e6481da8ed638f /include/linux/debugobjects.h | |
| parent | 71aa3419e98f6e23bddc3aca9ec4ac368836a109 (diff) | |
docs: filesystems: document the squashfs specific mount options
When SQUASHFS_CHOICE_DECOMP_BY_MOUNT is set, the "threads" mount option
can be used to specify the decompression mode: single-threaded,
multi-threaded, percpu or the number of threads used for decompression.
When SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set, SQUASHFS_DECOMP_MULTI and
SQUASHFS_MOUNT_DECOMP_THREADS are both set, the "threads" option can also
be used to specify the number of threads used for decompression. This
mount option is only mentioned in fs/squashfs/Kconfig, which makes it
difficult to find.
Another mount option available is "errors", which can be configured to
panic the kernel when squashfs errors are encountered.
Add both these options to the squashfs documentation, making them more
noticeable.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ariel Miculas <[email protected]>
Reviewed-by: Bagas Sanjaya <[email protected]>
Reviewed-by: Phillip Lougher <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Serge Hallyn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions