]> git.baikalelectronics.ru Git - kernel.git/commit
iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 3 May 2013 21:15:57 +0000 (23:15 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 3 May 2013 23:49:48 +0000 (16:49 -0700)
commit1758603cd740de9c736ab0c95f624b84499e406a
tree445e9d043b648e5ed4fcd130cb8ff1ba69f2fdfb
parent6e467c153a0d0b6b3fa2d045108b87f239b930fb
iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *

Make the "buf" input param of iscsit_do_crypto_hash_buf() "const void *".
This allows to remove lots of casts in its callers.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target.c