Open -> read -> close a buffered file? #940
Closed
CharlieTap
started this conversation in
General
Replies: 2 comments
-
|
See the man pages, like io_uring_prep_openat_direct.3 and io_uring_prep_close_direct.3 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
For those like me that struggle with this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand theres no way to pass data from CQE-> SQE etc so I'd assume this would need to use the fixed file system.
I found some references online to potential calls like IORING_OP_OPENAT2_FIXED_FILE but I guess it didn't make it into io_uring.
Does anyone know if something like this is planned? Similarly CLOSE_FIXED_FILE?
Beta Was this translation helpful? Give feedback.
All reactions