diff options
| author | Marios Pomonis <pomonis@google.com> | 2025-04-03 04:33:01 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-03 11:55:49 +0000 |
| commit | 012c639d904cf60a221b8b16833c02eed9b2514e (patch) | |
| tree | 89d33947d22399ee0719d883f7278e2f3af637e6 /sys/linux/io_uring.txt.const | |
| parent | 996a961865892d8b81ae3adccb482161e6994c41 (diff) | |
sys/linux: update and remove obsolete consts
This commit removes CRYPTO_ALG_TYPE_COMPRESS from socket_alg.txt since
it was recently removed from the kernel source tree
(fce8b8d crypto: remove obsolete 'comp' compression API). It also
updates a number of other consts that make extract detected.
Diffstat (limited to 'sys/linux/io_uring.txt.const')
| -rw-r--r-- | sys/linux/io_uring.txt.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/io_uring.txt.const b/sys/linux/io_uring.txt.const index 3f4039559..67d8a93eb 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -61,7 +61,7 @@ IORING_OP_FADVISE = 24 IORING_OP_FALLOCATE = 17 IORING_OP_FILES_UPDATE = 20 IORING_OP_FSYNC = 3 -IORING_OP_LAST = 58 +IORING_OP_LAST = 62 IORING_OP_LINKAT = 39 IORING_OP_LINK_TIMEOUT = 15 IORING_OP_MADVISE = 25 |
