mbox series

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

Message ID 20220823114813.2865890-1-ammar.faizi@intel.com (mailing list archive)
Headers show
Series liburing uapi and manpage update | expand

Message

Ammar Faizi Aug. 23, 2022, 11:52 a.m. UTC
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

Comments

Jens Axboe Aug. 23, 2022, 1:23 p.m. UTC | #1
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.