diff options
author | 2019-12-20 08:45:55 -0700 | |
---|---|---|
committer | 2019-12-20 09:52:45 -0700 | |
commit | 9adbd45d6d32ffc1a03f3c51d72cfc69ebfc2ddb (patch) | |
tree | ec6209a7e0524977572b48d8ab501d29556057e2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | io_uring: use u64_to_user_ptr() consistently (diff) | |
download | linux-dev-9adbd45d6d32ffc1a03f3c51d72cfc69ebfc2ddb.tar.xz linux-dev-9adbd45d6d32ffc1a03f3c51d72cfc69ebfc2ddb.zip |
io_uring: add and use struct io_rw for read/writes
Put the kiocb in struct io_rw, and add the addr/len for the request as
well. Use the kiocb->private field for the buffer index for fixed reads
and writes.
Any use of kiocb->ki_filp is flipped to req->file. It's the same thing,
and less confusing.
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