Commit dc3efedf authored by Milan Broz's avatar Milan Broz Committed by Mike Snitzer

dm verity: Add documentation for try_verify_in_tasklet option

Add documentation that was missing from commit 5721d4e5 ("dm
verity: Add optional "try_verify_in_tasklet" feature").
Signed-off-by: default avatarMilan Broz <gmazyland@gmail.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 48d1a964
......@@ -141,6 +141,10 @@ root_hash_sig_key_desc <key_description>
also gain new certificates at run time if they are signed by a certificate
already in the secondary trusted keyring.
try_verify_in_tasklet
If verity hashes are in cache, verify data blocks in kernel tasklet instead
of workqueue. This option can reduce IO latency.
Theory of operation
===================
......
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