dm-crypt: don't mess with BIP_BLOCK_INTEGRITY
authorChristoph Hellwig <hch@lst.de>
Wed, 9 Aug 2017 15:48:09 +0000 (17:48 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Aug 2017 16:00:31 +0000 (10:00 -0600)
commit62d20aa6a01e13c03f01bc92ba845153cb603299
treedc49d6002d501835ce5811b5ab8ea487b9fbff67
parent9346beb9d0ee3be5282bfcb9a33d974e62dd9b25
dm-crypt: don't mess with BIP_BLOCK_INTEGRITY

This flag is never set right after calling bio_integrity_alloc,
so don't clear it and confuse the reader.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/dm-crypt.c