Fix IV generation type returned in dm-crypt status method. [Christophe Saout] --- diff/drivers/md/dm-crypt.c 2004-02-12 17:32:14.000000000 +0000 +++ source/drivers/md/dm-crypt.c 2004-02-12 17:32:53.000000000 +0000 @@ -715,7 +715,7 @@ switch(cc->tfm->crt_u.cipher.cit_mode) { case CRYPTO_TFM_MODE_CBC: - mode = "cbc"; + mode = "plain"; break; case CRYPTO_TFM_MODE_ECB: mode = "ecb";