diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-09-06 00:45:48 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-09-30 20:32:34 -0600 |
commit | 4be1c615126963ade321492283c05fb653f55099 (patch) | |
tree | 04b140e37dde26645d226f9b461ad286b42475e1 /tools/perf/scripts/python | |
parent | ab0b196ce5551a093388bb2ceace30df7891051c (diff) |
io_uring: kill extra user_bufs check
Testing ctx->user_bufs for NULL in io_import_fixed() is not neccessary,
because in that case ctx->nr_user_bufs would be zero, and the following
check would fail.
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