arnavsharma990 commented on issue #20037: URL: https://github.com/apache/nuttx/issues/20037#issuecomment-5613589668
Hi @acassis, I looked into how Linux VFAT, FreeBSD msdosfs, and FatFs handle unlinking open files and compared them with NuttX's current FAT design. Based on the analysis, FAT local shared file object with reference counting and a pending delete state. ig this should handle open/unlink, rename, reuse, multiple opens, and `dup()` without requiring a VFS wide change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
