Revert "ioengines.c:346: td_io_queue: Assertion `res == 0' failed"
authorJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 15:54:36 +0000 (08:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 15:54:36 +0000 (08:54 -0700)
commit14520f23661673fcd0fc4b4c27b3bd7b5b9fe524
tree0453a6e038c1ae4a20742aac21b2c2e0f9889a7a
parent5a85d6d89ee4e8bcdc1243a5e32d87cf713ebce2
Revert "ioengines.c:346: td_io_queue: Assertion `res == 0' failed"

This reverts commit d5a47449ce79001ba233fe6d0499627d0438cb69.

The change to rate-submit.c is clearly bogus, as it's referencing
'td' outside of the actual 'td' loop. It's not valid at that
point.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.h
ioengines.c
rate-submit.c