Skip to content

Commit 88ab101

Browse files
author
Kent Overstreet
committed
bcachefs: Add missing skcipher_request_set_callback() call
Signed-off-by: Kent Overstreet <[email protected]>
1 parent 8060bf1 commit 88ab101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/bcachefs/checksum.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ static inline int do_encrypt_sg(struct crypto_sync_skcipher *tfm,
102102
int ret;
103103

104104
skcipher_request_set_sync_tfm(req, tfm);
105+
skcipher_request_set_callback(req, 0, NULL, NULL);
105106
skcipher_request_set_crypt(req, sg, sg, len, nonce.d);
106107

107108
ret = crypto_skcipher_encrypt(req);

0 commit comments

Comments
 (0)