mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
Documentation: dm-crypt.rst warning + error fix
While building kernel documention using make htmldocs command, I was
getting unexpected indentation error. Single description was given for
two module parameters with wrong indentation. So, I corrected the
indentation of both parameters and the description.
Signed-off-by: Shibu kumar <shibukumar.bit@gmail.com>
Signed-off-by: Daniel Yang <danielyangkang@gmail.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Fixes: 0d815e3400
("dm-crypt: limit the size of encryption requests")
This commit is contained in:
parent
7a636b4f03
commit
86cfa9a85f
@ -162,13 +162,14 @@ iv_large_sectors
|
|||||||
|
|
||||||
|
|
||||||
Module parameters::
|
Module parameters::
|
||||||
max_read_size
|
|
||||||
max_write_size
|
max_read_size
|
||||||
Maximum size of read or write requests. When a request larger than this size
|
max_write_size
|
||||||
is received, dm-crypt will split the request. The splitting improves
|
Maximum size of read or write requests. When a request larger than this size
|
||||||
concurrency (the split requests could be encrypted in parallel by multiple
|
is received, dm-crypt will split the request. The splitting improves
|
||||||
cores), but it also causes overhead. The user should tune these parameters to
|
concurrency (the split requests could be encrypted in parallel by multiple
|
||||||
fit the actual workload.
|
cores), but it also causes overhead. The user should tune these parameters to
|
||||||
|
fit the actual workload.
|
||||||
|
|
||||||
|
|
||||||
Example scripts
|
Example scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user