OSDN Git Service

io_uring: remove req->in_async
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 24 Feb 2020 08:30:18 +0000 (11:30 +0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 2 Mar 2020 21:04:29 +0000 (14:04 -0700)
commitbcaec089c5b64953f96a59089598643911765a43
tree5c51b02e8711c4d039db6463cf36cc4993f6d8b5
parentdeb6dc0544884067b93bbf9a4716be323103b911
io_uring: remove req->in_async

req->in_async is not really needed, it only prevents propagation of
@nxt for fast not-blocked submissions. Remove it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c