On Fri, Nov 13, 2020 at 04:57:13PM -0700, Jens Axboe wrote: > 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. I'll resend the whole series with Al Viro and linux-fsdevel CCed, hope that is OK, gives them a bit more context and they can ignore the io_uring part. Hope that is OK. > Also, have you written some test cases? Yes, as part of liburing change - I'll send that shortly. -- Dmitry Kadashev