Just return EINVAL if flags != 0. The Linux man page documents one case of EINVAL as "The filesystem does not support one of the flags in flags."
After rS351723 userland binaries will try using new system calls.
Differential D21590
linux: add trivial renameat2 implementation emaste on Sep 10 2019, 5:53 PM. Authored by Tags None Referenced Files
Details
Just return EINVAL if flags != 0. The Linux man page documents one case of EINVAL as "The filesystem does not support one of the flags in flags." After rS351723 userland binaries will try using new system calls.
Diff Detail
|