Commit c3ba5aa6 authored by Russell Harmon's avatar Russell Harmon Committed by Mike Snitzer
Browse files

Documentation: dm-integrity: Fix minor grammatical error.



"where dm-integrity uses bitmap" becomes "where dm-integrity uses a
bitmap"

Signed-off-by: default avatarRussell Harmon <eatnumber1@gmail.com>
Reviewed-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 25c9a4ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ mode it calculates and verifies the integrity tag internally. In this
mode, the dm-integrity target can be used to detect silent data
corruption on the disk or in the I/O path.

There's an alternate mode of operation where dm-integrity uses bitmap
There's an alternate mode of operation where dm-integrity uses a bitmap
instead of a journal. If a bit in the bitmap is 1, the corresponding
region's data and integrity tags are not synchronized - if the machine
crashes, the unsynchronized regions will be recalculated. The bitmap mode