axboe / liburing

Library providing helpers for the Linux kernel io_uring support
MIT License
2.72k stars 393 forks source link

Feature request: `io_uring_prep_open` #1100

Open ZhenbangYou opened 4 months ago

ZhenbangYou commented 4 months ago

This can be implemented by a thin wrapper of io_uring_prep_openat, but it will be better to have this wrapper since open is frequently used.