dm crypt: constify crypt_iv_operations structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 29 Nov 2015 13:09:19 +0000 (14:09 +0100)
committerMike Snitzer <snitzer@redhat.com>
Mon, 21 Nov 2016 14:52:06 +0000 (09:52 -0500)
commit1b1b58f54fdb1d28a85ab9e1b6d3d6b9b37f4ac7
tree62336ba797cc95f60143f1fdbe8fbe3554f3b75a
parent453c2a8967e582212eaf68c80fa8256d41b94fc9
dm crypt: constify crypt_iv_operations structures

The crypt_iv_operations are never modified, so declare them
as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-crypt.c