Time conversions in io_uring/napi.* is a mess, clean it up, get rid of intermediate conversions to timespec and keep everything as ktime. Better than before, but still can use some extra changes in net/. Pavel Begunkov (2): io_uring/napi: use ktime in busy polling io_uring/napi: pass ktime to io_napi_adjust_timeout include/linux/io_uring_types.h | 2 +- io_uring/io_uring.c | 6 ++-- io_uring/io_uring.h | 2 +- io_uring/napi.c | 58 ++++++++++++++++------------------ io_uring/napi.h | 10 +++--- 5 files changed, 39 insertions(+), 39 deletions(-) -- 2.45.2