On 6/10/21 8:10 PM, Daniele Salvatore Albano wrote: > On Thu, 10 Jun 2021 at 18:42, Pavel Begunkov <asml.silence@xxxxxxxxx> wrote: >> >> There is an ABI change for not yet released buffer/files >> registration/update tagging/etc. support. Update the bits. >> >> Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> >> --- >> src/include/liburing/io_uring.h | 20 +++++++------- >> test/rsrc_tags.c | 46 ++++++++++++++++++++------------- >> 2 files changed, 38 insertions(+), 28 deletions(-) >> >> diff --git a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h >> index 5a3cb90..4c5685d 100644 >> --- a/src/include/liburing/io_uring.h >> +++ b/src/include/liburing/io_uring.h >> @@ -141,7 +141,6 @@ enum { >> IORING_OP_SHUTDOWN, >> IORING_OP_RENAMEAT, >> IORING_OP_UNLINKAT, >> - IORING_OP_MKDIRAT, > > Is dropping IORING_OP_MKDIRAT intentionally part of the patch? Good catch, it is not. However, IORING_OP_MKDIRAT is not supported yet anyway, so I don't actually care much -- Pavel Begunkov