commit | a205e8eba872ff2e6fcb79d3a57b4aeb7597e494 | [log] [tgz] |
---|---|---|
author | Gabriel Dalimonte <gabriel.dalimonte@gmail.com> | Mon Feb 17 13:26:43 2025 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 07 11:50:22 2025 -0600 |
tree | 27e286a935fa3778fe894a6b3b6ed169a6fbe0c5 | |
parent | d1cc8dc7a0d129a0a8fbf5c196cd7b4963c71f08 [diff] |
fs: add rename infrastructure The selection for *rename as the name for the rename/move operation derives from the POSIX specification where they name the function rename/renameat. [1] This aligns with Linux where the syscalls for renaming/moving also use the rename/renameat naming. [1] https://pubs.opengroup.org/onlinepubs/9799919799/functions/rename.html Signed-off-by: Gabriel Dalimonte <gabriel.dalimonte@gmail.com> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>