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-- 1.1 KB
Makefile -rw-r--r-- 197 bytes
adfs.h -rw-r--r-- 6.5 KB
dir.c -rw-r--r-- 9.5 KB
dir_f.c -rw-r--r-- 7.2 KB
dir_f.h -rw-r--r-- 1.1 KB
dir_fplus.c -rw-r--r-- 7.1 KB
dir_fplus.h -rw-r--r-- 976 bytes
file.c -rw-r--r-- 846 bytes
inode.c -rw-r--r-- 9.5 KB
map.c -rw-r--r-- 10.1 KB
super.c -rw-r--r-- 11.4 KB

back to top