nuttx/fs/semaphore
buxiasen 1794fbaa61 fs/semaphore/open: fix the inode information update outside of lock
For re-enter case, the inode information may unlock with not filled,
and get by other user. that lead to the error behavior.
Especially SMP scene.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2026-01-28 10:03:06 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig semaphore: Change FS_NAMED_SEMPATH from "/var/lock" to "/var/sem" 2022-02-05 23:58:01 +01:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
sem_close.c fs: Move inotify.c from fs/notify/ to fs/vfs/ 2025-06-23 18:17:10 -03:00
sem_open.c fs/semaphore/open: fix the inode information update outside of lock 2026-01-28 10:03:06 +08:00
sem_unlink.c bugfix:the inode may have been removed by other core in SMP 2025-12-16 16:02:46 -03:00
semaphore.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00