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:
parent
50fd85fabc
commit
04750112b3
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue