OSDN Git Service

req->error only used for iopoll
authorStefan Bühler <source@stbuehler.de>
Wed, 1 May 2019 11:53:36 +0000 (13:53 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 May 2019 20:08:54 +0000 (14:08 -0600)
commit5dcf877fb13f3c6a8ba0777ef766c4af32df725d
tree6545b5d8856965c0dec28d657764cfc14313339f
parent9b402849e80c85eee10bbd341aab3f1a0f942d4f
req->error only used for iopoll

No need to set it in io_poll_add; io_poll_complete doesn't use it to set
the result in the CQE.

Signed-off-by: Stefan Bühler <source@stbuehler.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c