aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorEric Biggers <[email protected]>2019-12-26 09:41:05 -0600
committerTheodore Ts'o <[email protected]>2020-01-17 16:24:53 -0500
commit834f1565fa3f9c8f78adbfcaa80ae510fe4971c3 (patch)
treece4bcf3c476b6edd1e66975e54965c1bf9b316f7 /drivers/usb/cdns3/cdns3-debug.h
parent2fdff4c843907e0ad71d6d72d8303bb7199569f7 (diff)
ext4: handle decryption error in __ext4_block_zero_page_range()
fscrypt_decrypt_pagecache_blocks() can fail, because it uses skcipher_request_alloc(), which uses kmalloc(), which can fail; and also because it calls crypto_skcipher_decrypt(), which can fail depending on the driver that actually implements the crypto. Therefore it's not appropriate to WARN on decryption error in __ext4_block_zero_page_range(). Remove the WARN and just handle the error instead. Signed-off-by: Eric Biggers <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions