drbd: Remove obsolete drbd_crypto_is_hash()
authorAndreas Gruenbacher <agruen@linbit.com>
Fri, 29 Apr 2011 08:20:08 +0000 (10:20 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:52:58 +0000 (16:52 +0100)
commit4b6ad6d4579908ff82a47ad9ba067a504b1e0882
tree0b4c89f9e4d67aa3b815d7dd01d72f3d951fca6f
parent5b614abe30645c3a528d54ff01da94fde0770c43
drbd: Remove obsolete drbd_crypto_is_hash()

We allocate hash transformations with crypto_alloc_hash() which will
only return hash algorithms.  It is not necessary to reconfirm that we
actually got a hash algorithm.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_nl.c
drivers/block/drbd/drbd_receiver.c
drivers/block/drbd/drbd_wrappers.h