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.2 KB
Makefile -rw-r--r-- 378 bytes
acl.c -rw-r--r-- 5.8 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 44.7 KB
dir.c -rw-r--r-- 17.0 KB
ext2.h -rw-r--r-- 28.3 KB
file.c -rw-r--r-- 5.2 KB
ialloc.c -rw-r--r-- 18.4 KB
inode.c -rw-r--r-- 48.0 KB
ioctl.c -rw-r--r-- 4.2 KB
namei.c -rw-r--r-- 9.6 KB
super.c -rw-r--r-- 44.1 KB
symlink.c -rw-r--r-- 846 bytes
xattr.c -rw-r--r-- 29.3 KB
xattr.h -rw-r--r-- 3.3 KB
xattr_security.c -rw-r--r-- 1.5 KB
xattr_trusted.c -rw-r--r-- 1.1 KB
xattr_user.c -rw-r--r-- 1.2 KB

back to top