Re: [PR] fs_vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-12 Thread via GitHub
pussuw commented on PR #16361: URL: https://github.com/apache/nuttx/pull/16361#issuecomment-2872530664 Marking as draft as this change has exposed a leak in inode refcount handling. It causes crashes when running test_nuttx_fs_dup201(). I'll find the root cause and fix this separately

[PR] fs_vfs: Separate file descriptors from file descriptions [nuttx]

2025-05-12 Thread via GitHub
pussuw opened a new pull request, #16361: URL: https://github.com/apache/nuttx/pull/16361 ## Summary This PR is a rework of the NuttX file descriptor implementation. The goal is two-fold: 1. Improve POSIX compliance. The old implementation tied file description to inode on