io_uring: don't propagate io_comp_state
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 10 Feb 2021 00:03:09 +0000 (00:03 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Feb 2021 14:28:38 +0000 (07:28 -0700)
commit889fca73287b0ae21c9d8712379c9ae5a3b27d08
tree3af77abd80f038571488d0f7ea3d0c957182a97a
parent61e98203047983fd959cfef889b328a57315847c
io_uring: don't propagate io_comp_state

There is no reason to drag io_comp_state into opcode handlers, we just
need a flag and the actual work will be done in __io_queue_sqe().

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