1
0
Fork 0
mirror of https://github.com/ii64/gouring.git synced 2025-04-26 05:42:48 +02:00

fix(opcode): remove getdents and xattr opcode

c87f2013c0

Ref:
918d8061ff

Signed-off-by: Nugraha <26342994+ii64@users.noreply.github.com>
This commit is contained in:
Nugraha 2022-02-11 19:51:12 +07:00
parent 50fd85fabc
commit 04750112b3
Signed by untrusted user who does not match committer: Xeffy
GPG key ID: E41C08AD390E7C49

View file

@ -84,13 +84,6 @@ const (
IORING_OP_SYMLINKAT
IORING_OP_LINKAT
// 5.16rc
IORING_OP_GETDENTS
IORING_OP_FSETXATTR
IORING_OP_SETXATTR
IORING_OP_FGETXATTR
IORING_OP_GETXATTR
/* this goes last, obviously */
IORING_OP_LAST
)