[PATCH liburing 0/2] liburing uapi and manpage update

Ammar Faizi posted 2 patches 3 years, 7 months ago
man/io_uring_prep_renameat.3    |  4 +-
src/include/liburing.h          |  2 +-
src/include/liburing/io_uring.h | 66 ++++++++++++++++++++++++---------
3 files changed, 51 insertions(+), 21 deletions(-)
[PATCH liburing 0/2] liburing uapi and manpage update
Posted by Ammar Faizi 3 years, 7 months ago
From: Ammar Faizi <ammarfaizi2@gnuweeb.org>

Hi Jens,

There are two patches in this series.

1) Sync the argument data type with `man 2 renameat`.

2) On top of io_uring series I just sent, copy uapi io_uring.h to
   liburing. Sync with the kernel.

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
---

Ammar Faizi (2):
  liburing: Change the type of `flags` in `io_uring_prep_renameat()` to `unsigned int`
  io_uring: uapi: Sync with the kernel

 man/io_uring_prep_renameat.3    |  4 +-
 src/include/liburing.h          |  2 +-
 src/include/liburing/io_uring.h | 66 ++++++++++++++++++++++++---------
 3 files changed, 51 insertions(+), 21 deletions(-)


base-commit: bf3fedba890e66d644692910964fe1d8cbf4fb1b
-- 
Ammar Faizi
Re: [PATCH liburing 0/2] liburing uapi and manpage update
Posted by Jens Axboe 3 years, 7 months ago
On 8/23/22 5:52 AM, Ammar Faizi wrote:
> From: Ammar Faizi <ammarfaizi2@gnuweeb.org>
> 
> Hi Jens,
> 
> There are two patches in this series.
> 
> 1) Sync the argument data type with `man 2 renameat`.
> 
> 2) On top of io_uring series I just sent, copy uapi io_uring.h to
>    liburing. Sync with the kernel.

Applied, thanks.

-- 
Jens Axboe