Benjamin LaHaise wrote: >non-file descriptor consuming operations should most likely >be their own syscalls (imho). > This would defeat the multiple iocb submission feature of io_submit(). All async operations should be submittable through io_submit() to permit multiple operation submission.