summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2020-09-06 00:45:47 +0300
committerJens Axboe <axboe@kernel.dk>2020-09-30 20:32:33 -0600
commitab0b196ce5551a093388bb2ceace30df7891051c (patch)
treebc639f1ec26c75321dd6136b523f8ed6f4cd0459 /tools/perf/scripts/python/sctop.py
parentafb87658f89b65e067334e06d833ccd859e659e6 (diff)
io_uring: fix overlapped memcpy in io_req_map_rw()
When io_req_map_rw() is called from io_rw_prep_async(), it memcpy() iorw->iter into itself. Even though it doesn't lead to an error, such a memcpy()'s aliasing rules violation is considered to be a bad practise. Inline io_req_map_rw() into io_rw_prep_async(). We don't really need any remapping there, so it's much simpler than the generic implementation. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions