From: Milan Broz Date: Tue, 9 Jul 2019 13:22:13 +0000 (+0200) Subject: dm crypt: remove obsolete comment about plumb IV X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6028a7a5a3d604855728fd8da8f4708892b13764;p=openwrt%2Fstaging%2Fblogic.git 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: Milan Broz Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c index cd349e925649..e14730f720ce 100644 --- a/drivers/md/dm-crypt.c +++ b/drivers/md/dm-crypt.c @@ -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. * Note that this encryption scheme is vulnerable to watermarking attacks * 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,