From 3e128fa282b441c9f114f9708c1fd232d7869965 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 7 Feb 2021 17:45:24 +0100 Subject: sys/linux: update consts Update consts on upstream 825b5991a46ef28a05a4646c8fe1ae5cef7c7828. --- sys/linux/io_uring.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/io_uring.txt.const') diff --git a/sys/linux/io_uring.txt.const b/sys/linux/io_uring.txt.const index 82f221d13..4f7c82c1f 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -26,7 +26,7 @@ IORING_OP_FADVISE = 24 IORING_OP_FALLOCATE = 17 IORING_OP_FILES_UPDATE = 20 IORING_OP_FSYNC = 3 -IORING_OP_LAST = 34 +IORING_OP_LAST = 37 IORING_OP_LINK_TIMEOUT = 15 IORING_OP_MADVISE = 25 IORING_OP_NOP = 0 -- cgit mrf-deployment