Update IORING_OP to reflect upstream (#17388)

Reference [upstream io_uring.h](cbf3a2cb15/include/uapi/linux/io_uring.h (L234))
This commit is contained in:
Kai Jellinghaus
2023-10-04 11:18:14 +02:00
committed by GitHub
parent 4df7f7c86a
commit 11489bb04f

View File

@@ -3882,6 +3882,15 @@ pub const IORING_OP = enum(u8) {
MKDIRAT,
SYMLINKAT,
LINKAT,
MSG_RING,
FSETXATTR,
SETXATTR,
FGETXATTR,
GETXATTR,
SOCKET,
URING_CMD,
SEND_ZC,
SENDMSG_ZC,
_,
};