public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH liburing 0/2] liburing uapi and manpage update
@ 2022-08-23 11:52 Ammar Faizi
  2022-08-23 11:52 ` [PATCH 1/2] liburing: Change the type of `flags` in `io_uring_prep_renameat()` to `unsigned int` Ammar Faizi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ammar Faizi @ 2022-08-23 11:52 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Ammar Faizi, io-uring Mailing List, Linux Kernel Mailing List,
	GNU/Weeb Mailing List, Bart Van Assche, Dylan Yudaken,
	Facebook Kernel Team, Kanna Scarlet

From: Ammar Faizi <[email protected]>

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 <[email protected]>
---

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-23 13:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23 11:52 [PATCH liburing 0/2] liburing uapi and manpage update Ammar Faizi
2022-08-23 11:52 ` [PATCH 1/2] liburing: Change the type of `flags` in `io_uring_prep_renameat()` to `unsigned int` Ammar Faizi
2022-08-23 11:52 ` [PATCH 2/2] io_uring: uapi: Sync with the kernel Ammar Faizi
2022-08-23 13:23 ` [PATCH liburing 0/2] liburing uapi and manpage update Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox