Skip to content

Commit dc3efed

Browse files
mbrozMike Snitzer
authored andcommitted
dm verity: Add documentation for try_verify_in_tasklet option
Add documentation that was missing from commit 5721d4e ("dm verity: Add optional "try_verify_in_tasklet" feature"). Signed-off-by: Milan Broz <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent 48d1a96 commit dc3efed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/admin-guide/device-mapper/verity.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ root_hash_sig_key_desc <key_description>
141141
also gain new certificates at run time if they are signed by a certificate
142142
already in the secondary trusted keyring.
143143

144+
try_verify_in_tasklet
145+
If verity hashes are in cache, verify data blocks in kernel tasklet instead
146+
of workqueue. This option can reduce IO latency.
147+
144148
Theory of operation
145149
===================
146150

0 commit comments

Comments
 (0)