diff options
author | Pavel Begunkov <[email protected]> | 2020-07-13 23:37:15 +0300 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2020-07-24 12:55:45 -0600 |
commit | 9cf7c104deaef52d6fd7c103a716e31d9815ede8 (patch) | |
tree | 567bce27dd20ec1063e4d003de1652a18e9160ae /drivers/usb/cdns3/cdns3-debug.h | |
parent | 27dc8338e5fb0e0ed5b272e792f4ffad7f3bc03e (diff) |
io_uring: remove sequence from io_kiocb
req->sequence is used only for deferred (i.e. DRAIN) requests, but
initialised for every request. Remove req->sequence from io_kiocb
together with its initialisation in io_init_req().
Replace it with a new field in struct io_defer_entry, that will be
calculated only when needed in io_req_defer(), which is a slow path.
Signed-off-by: Pavel Begunkov <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions