···33713371 * return: NULL (alg name was "")33723372 * ERR_PTR(error) if something goes wrong33733373 * or the crypto hash ptr, if it worked out ok. */33743374-static33753375-struct crypto_hash *drbd_crypto_alloc_digest_safe(const struct drbd_device *device,33743374+static struct crypto_hash *drbd_crypto_alloc_digest_safe(const struct drbd_device *device,33763375 const char *alg, const char *name)33773376{33783377 struct crypto_hash *tfm;
+1
drivers/block/drbd/drbd_req.h
···288288extern void request_timer_fn(unsigned long data);289289extern void tl_restart(struct drbd_connection *connection, enum drbd_req_event what);290290extern void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what);291291+extern void tl_abort_disk_io(struct drbd_device *device);291292292293/* this is in drbd_main.c */293294extern void drbd_restart_request(struct drbd_request *req);