On Fri, 25 Feb 2022 07:58:14 +0700, Ammar Faizi wrote: > Since commit 8be8af4afcb4909104c ("queue: provide io_uring_get_sqe() > symbol again"), we have the same definition of `io_uring_get_sqe()` in > queue.c and liburing.h. > > Make it simpler, maintain it in a single place, create a new static > inline function wrapper with name `_io_uring_get_sqe()`. Then tail > call both `io_uring_get_sqe()` functions to `_io_uring_get_sqe()`. > > [...] Applied, thanks! [1/1] queue, liburing.h: Avoid `io_uring_get_sqe()` code duplication commit: 15c01fcd1b0d37a12d945ab8dcdf96b3e055a4fd Best regards, -- Jens Axboe