From: Hou Tao <[email protected]>

For aead_recheck case, cc_sector has already been initialized in
crypt_convert_init() when trying to re-read the read. Therefore, remove
the duplicated initialization.

Signed-off-by: Hou Tao <[email protected]>
---
 drivers/md/dm-crypt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c
index 8cee6b660e90d..8b15f57af36a9 100644
--- a/drivers/md/dm-crypt.c
+++ b/drivers/md/dm-crypt.c
@@ -2211,7 +2211,6 @@ static void kcryptd_crypt_read_convert(struct dm_crypt_io 
*io)
        crypt_inc_pending(io);
 
        if (io->ctx.aead_recheck) {
-               io->ctx.cc_sector = io->sector + cc->iv_offset;
                r = crypt_convert(cc, &io->ctx,
                                  test_bit(DM_CRYPT_NO_READ_WORKQUEUE, 
&cc->flags), true);
        } else {
-- 
2.29.2


Reply via email to