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-- 222 bytes
vxfs.h -rw-r--r-- 9.6 KB
vxfs_bmap.c -rw-r--r-- 7.8 KB
vxfs_dir.h -rw-r--r-- 3.2 KB
vxfs_extern.h -rw-r--r-- 2.7 KB
vxfs_fshead.c -rw-r--r-- 5.2 KB
vxfs_fshead.h -rw-r--r-- 2.5 KB
vxfs_immed.c -rw-r--r-- 2.6 KB
vxfs_inode.c -rw-r--r-- 9.2 KB
vxfs_inode.h -rw-r--r-- 5.7 KB
vxfs_lookup.c -rw-r--r-- 7.2 KB
vxfs_olt.c -rw-r--r-- 3.8 KB
vxfs_olt.h -rw-r--r-- 4.3 KB
vxfs_subr.c -rw-r--r-- 4.5 KB
vxfs_super.c -rw-r--r-- 8.7 KB

back to top