commit | 8449eedaa1da6a51d67190c905b1b54243e095f6 | [log] [tgz] |
---|---|---|
author | Stefan Bühler <source@stbuehler.de> | Sat Apr 27 20:34:19 2019 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Apr 30 09:40:02 2019 -0600 |
tree | 469de67ca696245db15b75bc6d2396071e1f07d9 | |
parent | 37624b58542fb9f2d9a70e6ea006ef8a5f66c30b [diff] |
io_uring: fix handling SQEs requesting NOWAIT Not all request types set REQ_F_FORCE_NONBLOCK when they needed async punting; reverse logic instead and set REQ_F_NOWAIT if request mustn't be punted. Signed-off-by: Stefan Bühler <source@stbuehler.de> Merged with my previous patch for this. Signed-off-by: Jens Axboe <axboe@kernel.dk>