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:
@@ -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,
|
||||
|
||||
_,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user