[PATCH liburing 0/2] liburing uapi and manpage update
From: Ammar Faizi
Date: Tue Aug 23 2022 - 10:37:33 EST
From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
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@xxxxxxxxxxx>
---
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