Revision 2e6e1fde32d7d41cf076c21060c329d3fdbce25c authored by Pavel Begunkov on 05 December 2019, 13:15:45 UTC, committed by Jens Axboe on 05 December 2019, 13:54:51 UTC
In case of an error io_submit_sqe() drops a request and continues
without it, even if the request was a part of a link. Not only it
doesn't cancel links, but also may execute wrong sequence of actions.

Stop consuming sqes, and let the user handle errors.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 78076bb
History
File Mode Size
6lowpan
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 331 bytes
core.c -rw-r--r-- 8.3 KB
core.h -rw-r--r-- 1.3 KB
header_ops.c -rw-r--r-- 6.5 KB
ieee802154.h -rw-r--r-- 2.9 KB
netlink.c -rw-r--r-- 4.2 KB
nl-mac.c -rw-r--r-- 34.3 KB
nl-phy.c -rw-r--r-- 7.6 KB
nl802154.c -rw-r--r-- 67.4 KB
nl802154.h -rw-r--r-- 193 bytes
nl_policy.c -rw-r--r-- 2.9 KB
rdev-ops.h -rw-r--r-- 8.8 KB
socket.c -rw-r--r-- 23.3 KB
sysfs.c -rw-r--r-- 2.2 KB
sysfs.h -rw-r--r-- 233 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 8.2 KB

back to top