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>
Thu, 27 Feb 2020 21:21:01 +0000 (14:21 -0700)
commit9512f62f366f9c36ff5280dda65b2d2f35580a9f
tree1d88197283aade0215c12e9f16e99129b0f81680
parent33d9706bccc426895d18475ca8a7fcb145f54d47
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