commit | 969f7ed32353ade93ea30542a4993b75b94e3f8a | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jul 27 09:07:17 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Jul 27 09:07:17 2007 +0200 |
tree | ccc2932961ce042733fca61087025841560b99cd | |
parent | 1dcc049824b840df1ee0ef5d019fffa4037e1bb0 [diff] [blame] |
Add crc16 verify type Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/HOWTO b/HOWTO index 3bda021..e693d7a 100644 --- a/HOWTO +++ b/HOWTO
@@ -577,6 +577,9 @@ crc32 Use a crc32 sum of the data area and store it in the header of each block. + crc16 Use a crc16 sum of the data area and store + it in the header of each block. + null Only pretend to verify. Useful for testing internals with ioengine=null, not for much else.