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-- 287 bytes
acl.c -rw-r--r-- 8.1 KB
acl.h -rw-r--r-- 1.7 KB
cache.c -rw-r--r-- 8.1 KB
cache.h -rw-r--r-- 3.8 KB
fid.c -rw-r--r-- 7.4 KB
fid.h -rw-r--r-- 928 bytes
v9fs.c -rw-r--r-- 16.1 KB
v9fs.h -rw-r--r-- 6.8 KB
v9fs_vfs.h -rw-r--r-- 3.6 KB
vfs_addr.c -rw-r--r-- 7.6 KB
vfs_dentry.c -rw-r--r-- 2.5 KB
vfs_dir.c -rw-r--r-- 4.9 KB
vfs_file.c -rw-r--r-- 17.3 KB
vfs_inode.c -rw-r--r-- 33.4 KB
vfs_inode_dotl.c -rw-r--r-- 24.9 KB
vfs_super.c -rw-r--r-- 8.0 KB
xattr.c -rw-r--r-- 5.3 KB
xattr.h -rw-r--r-- 1.2 KB

back to top