aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2020-01-17 03:57:59 +0300
committerJens Axboe <axboe@kernel.dk>2020-01-20 17:04:06 -0700
commit711be0312df4d350fb5bf1671c132cccae5aaf9a (patch)
tree88b1d8d532147eed4336a86e4916090b3a5ac6f3 /tools/perf/scripts/python
parentio_uring: add support for probing opcodes (diff)
downloadlinux-711be0312df4d350fb5bf1671c132cccae5aaf9a.tar.gz
linux-711be0312df4d350fb5bf1671c132cccae5aaf9a.zip
io_uring: optimise use of ctx->drain_next
Move setting ctx->drain_next to the only place it could be set, when it got linked non-head requests. The same for checking it, it's interesting only for a head of a link or a non-linked request. No functional changes here. This removes some code from the common path and also removes REQ_F_DRAIN_LINK flag, as it doesn't need it anymore. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions