]> git.ipfire.org Git - thirdparty/linux.git/commit
dm-crypt: Make crypt_iv_operations::wipe return void
authorEric Biggers <ebiggers@kernel.org>
Sat, 21 Mar 2026 23:06:51 +0000 (16:06 -0700)
committerMikulas Patocka <mpatocka@redhat.com>
Mon, 23 Mar 2026 16:51:27 +0000 (17:51 +0100)
commit0be6c2b1c18f1586f0ec68463b85a8d56e4623f5
tree86d916bd41ef4a2e5e36f301d5b74884cdd0f579
parentd1c3b6b8e74393a5b34b91a056bd7ea6ae33938a
dm-crypt: Make crypt_iv_operations::wipe return void

Since all implementations of crypt_iv_operations::wipe now return 0,
change the return type to void.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-crypt.c