Eric W. Biederman <[email protected]> wrote: > In fact if you take care to use a path that starts with '/' the normal > dirfd based operations work just fine.
If the path starts with '/', dirfd is ignored. And there's an error in my
patch description - it should be:
mkdirat(cfd, "fred", 0755);
David

