nuttx/fs/smartfs
zhaoxingyu1 582693f2ce fs/smartfs: change fs_heap to lib_tempbuffer
Replace fs_heap_malloc/free with lib_get_tempbuffer/lib_put_tempbuffer
in smartfs_finddirentry(). This aligns smartfs with the common VFS
tempbuffer allocation pattern and is a prerequisite for the
canonicalization cleanup that removes redundant ".." handling from
individual filesystem layers.

Signed-off-by: zhaoxingyu1 <zhaoxingyu1@xiaomi.com>
2026-08-28 23:07:24 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
smartfs.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
smartfs_procfs.c !include/fcntl.h: align open flags with Linux values 2026-06-30 13:43:44 +08:00
smartfs_smart.c !include/fcntl.h: align open flags with Linux values 2026-06-30 13:43:44 +08:00
smartfs_utils.c fs/smartfs: change fs_heap to lib_tempbuffer 2026-08-28 23:07:24 +08:00