Re: [PATCH v3 1/6] fs: Add unimplemented rename hook to FS layer

2025-02-08 Thread Heinrich Schuchardt
On 2/7/25 13:45, Daniel Venzin wrote: The EFI API supports file renaming, which is required by systemd-stub for its bootcounting implementation. Signed-off-by: Daniel Venzin Having a separate rename and move functionality makes no sense to me. The implementation for FAT would be nearly the s

Re: [PATCH v3 1/6] fs: Add unimplemented rename hook to FS layer

2025-02-08 Thread Heinrich Schuchardt
On 2/7/25 13:45, Daniel Venzin wrote: The EFI API supports file renaming, which is required by systemd-stub for its bootcounting implementation. Signed-off-by: Daniel Venzin --- (no changes since v2) Changes in v2: - Adapt variable names for better consistency - Add missing rename hooks f

[PATCH v3 1/6] fs: Add unimplemented rename hook to FS layer

2025-02-07 Thread Daniel Venzin
The EFI API supports file renaming, which is required by systemd-stub for its bootcounting implementation. Signed-off-by: Daniel Venzin --- (no changes since v2) Changes in v2: - Adapt variable names for better consistency - Add missing rename hooks fs/fs.c | 30