diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-06-08 21:08:18 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-06-08 22:47:37 +0300 |
commit | ac45abc0e2a8ed16ecc0eea039fe762ddfefbcad (patch) | |
tree | ce4c55b8d4801bd4e6c4f9ce618d1cc366f3708f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3af73b286ccee493dc055fc58da02b2dc7a5304d (diff) | |
download | linux-ac45abc0e2a8ed16ecc0eea039fe762ddfefbcad.tar.xz |
io_uring: remove custom ->func handlers
In preparation of getting rid of work.func, this removes almost all
custom instances of it, leaving only io_wq_submit_work() and
io_link_work_cb(). And the last one will be dealt later.
Nothing fancy, just routinely remove *_finish() function and inline
what's left. E.g. remove io_fsync_finish() + inline __io_fsync() into
io_fsync().
As no users of io_req_cancelled() are left, delete it as well. The patch
adds extra switch lookup on cold-ish path, but that's overweighted by
nice diffstat and other benefits of the following patches.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions