|
|
Log in / Subscribe / Register

The rapid growth of io_uring

The rapid growth of io_uring

Posted Jan 26, 2020 23:55 UTC (Sun) by willy (subscriber, #9762)
Parent article: The rapid growth of io_uring

I've heard complaints there's no AIO readdir(). There may well be a use-case for an IORING_OP_READDIR (although it should come with a user so we're sure we're doing something useful)


to post comments

The rapid growth of io_uring

Posted Jan 27, 2020 0:19 UTC (Mon) by josh (subscriber, #17465) [Link] (1 responses)

I would hope that such an operation looks more like getdents64 than readdir.

The rapid growth of io_uring

Posted Jan 27, 2020 0:22 UTC (Mon) by willy (subscriber, #9762) [Link]

You're thinking about readdir(2) and getdents64(2). I was thinking about readdir(3).


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds