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-- 2.7 KB
Makefile -rw-r--r-- 238 bytes
compress.h -rw-r--r-- 2.5 KB
data.c -rw-r--r-- 8.0 KB
decompressor.c -rw-r--r-- 8.3 KB
dir.c -rw-r--r-- 3.4 KB
erofs_fs.h -rw-r--r-- 9.6 KB
inode.c -rw-r--r-- 9.1 KB
internal.h -rw-r--r-- 12.0 KB
namei.c -rw-r--r-- 5.8 KB
super.c -rw-r--r-- 13.9 KB
tagptr.h -rw-r--r-- 3.0 KB
utils.c -rw-r--r-- 6.8 KB
xattr.c -rw-r--r-- 16.7 KB
xattr.h -rw-r--r-- 2.4 KB
zdata.c -rw-r--r-- 35.7 KB
zdata.h -rw-r--r-- 4.7 KB
zmap.c -rw-r--r-- 12.2 KB
zpvec.h -rw-r--r-- 3.5 KB

back to top