On 11/11/20 6:25 AM, Dmitry Kadashev wrote: > This adds mkdirat support to io_uring and is heavily based on recently > added renameat() / unlinkat() support. > > The first patch is preparation with no functional changes, makes > do_mkdirat accept struct filename pointer rather than the user string. > > The second one leverages that to implement mkdirat in io_uring. Looks good to me - you should send the first patch to linux-fsdevel (and CC Al Viro), really needs to be acked on that side before it can go in. Also, have you written some test cases? -- Jens Axboe