Re: [PATCH v3 3/6] fs: fat: Refactor delete_dentry_long interface

2025-02-08 Thread Heinrich Schuchardt
On 2/7/25 13:45, Daniel Venzin wrote: Directory entries cannot be deleted without also removing their corresponding FAT entries. This refactor allows for individual selection of deleting the directory entry and the FAT entry, facilitating better reuse of existing functionality. Signed-off-by: Da

[PATCH v3 3/6] fs: fat: Refactor delete_dentry_long interface

2025-02-07 Thread Daniel Venzin
Directory entries cannot be deleted without also removing their corresponding FAT entries. This refactor allows for individual selection of deleting the directory entry and the FAT entry, facilitating better reuse of existing functionality. Signed-off-by: Daniel Venzin --- (no changes since v2)