aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-inline.h
diff options
context:
space:
mode:
authorPavel Begunkov <[email protected]>2019-11-21 23:21:03 +0300
committerJens Axboe <[email protected]>2019-11-25 19:56:11 -0700
commitf9bd67f69af56d712bfd498f5ad9cf7bb177d600 (patch)
treebe1887f7d4a4eb444d9491731c5548ed102dd6ce /lib/mpi/mpi-inline.h
parentb18fdf71e01fba29a804d63f8c1e2ed61011170d (diff)
io_uring: only !null ptr to io_issue_sqe()
Pass only non-null @nxt to io_issue_sqe() and handle it at the caller's side. And propagate it. - kiocb_done() is only called from io_read() and io_write(), which are only called from io_issue_sqe(), so it's @nxt != NULL - io_put_req_find_next() is called either with explicitly non-null local nxt, or from one of the functions in io_issue_sqe() switch (or their callees). Signed-off-by: Pavel Begunkov <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-inline.h')
0 files changed, 0 insertions, 0 deletions