diff options
| author | Pimyn Girgis <bemenboshra2001@gmail.com> | 2024-07-18 13:53:55 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-07-18 16:06:20 +0000 |
| commit | 95c3f16174cf7b8efee1d95b94e00c4f56b6ec32 (patch) | |
| tree | f9de6012a21d09b5c831880958b08f161f4cae12 /sys/linux/io_uring.txt.const | |
| parent | f3eecf6982a7243293c7e27986d9584d8decce90 (diff) | |
sys/linux: update socket_netlink_generic_gtp description file
Accounted for added command and added fields in gtp_policy and
gtp_genl_policy. Users can create GTP devices without providing
IFLA_GTP_FD0 and IFLA_GTP_FD1 arguments, if IFLA_GTP_CREATE_SOCKETS
field is set.
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 2b38cf45c..e6781da71 100644 --- a/sys/linux/io_uring.txt.const +++ b/sys/linux/io_uring.txt.const @@ -38,7 +38,7 @@ IORING_OP_FADVISE = 24 IORING_OP_FALLOCATE = 17 IORING_OP_FILES_UPDATE = 20 IORING_OP_FSYNC = 3 -IORING_OP_LAST = 56 +IORING_OP_LAST = 58 IORING_OP_LINKAT = 39 IORING_OP_LINK_TIMEOUT = 15 IORING_OP_MADVISE = 25 |
