Commit 6028a7a5 authored by Milan Broz's avatar Milan Broz Committed by Mike Snitzer

dm crypt: remove obsolete comment about plumb IV

The URL is no longer valid and the comment is obsolete anyway
(the plumb IV was never used).
Signed-off-by: default avatarMilan Broz <gmazyland@gmail.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 4a52ffc7
...@@ -290,9 +290,6 @@ static struct crypto_aead *any_tfm_aead(struct crypt_config *cc) ...@@ -290,9 +290,6 @@ static struct crypto_aead *any_tfm_aead(struct crypt_config *cc)
* is calculated from initial key, sector number and mixed using CRC32. * is calculated from initial key, sector number and mixed using CRC32.
* Note that this encryption scheme is vulnerable to watermarking attacks * Note that this encryption scheme is vulnerable to watermarking attacks
* and should be used for old compatible containers access only. * and should be used for old compatible containers access only.
*
* plumb: unimplemented, see:
* http://article.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/454
*/ */
static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment