Revision ca0a26511c679a797f86589894a4523db36d833e authored by Jens Axboe on 05 March 2021, 00:15:48 UTC, committed by Jens Axboe on 05 March 2021, 15:43:09 UTC
It doesn't make sense to wait for more events to come in, if we can't
even flush the overflow we already have to the ring. Return -EBUSY for
that condition, just like we do for attempts to submit with overflow
pending.

Cc: stable@vger.kernel.org # 5.11
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 46fe18b
History
File Mode Size
Kconfig -rw-r--r-- 1003 bytes
Makefile -rw-r--r-- 335 bytes
bio.c -rw-r--r-- 5.3 KB
crypto.c -rw-r--r-- 12.5 KB
fname.c -rw-r--r-- 18.5 KB
fscrypt_private.h -rw-r--r-- 18.0 KB
hkdf.c -rw-r--r-- 5.1 KB
hooks.c -rw-r--r-- 11.5 KB
inline_crypt.c -rw-r--r-- 11.0 KB
keyring.c -rw-r--r-- 33.1 KB
keysetup.c -rw-r--r-- 21.6 KB
keysetup_v1.c -rw-r--r-- 9.3 KB
policy.c -rw-r--r-- 24.6 KB

back to top