commit | 1b1b58f54fdb1d28a85ab9e1b6d3d6b9b37f4ac7 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Nov 29 14:09:19 2015 +0100 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Nov 21 09:52:06 2016 -0500 |
tree | 62336ba797cc95f60143f1fdbe8fbe3554f3b75a | |
parent | 453c2a8967e582212eaf68c80fa8256d41b94fc9 [diff] |
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>