Hi! > I tend to agree mkdirat_fd is not a good name for the syscall either, > but I don't have a suggestion I'm happy with. I think least bad name > would follow the existing stuff and be mkdirat2 or similar.
Why not mkdirat_open() as it does combine these two syscalls into one? -- Cyril Hrubis [email protected]

