mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 08:56:32 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| smartfs.h | ||
| smartfs_procfs.c | ||
| smartfs_smart.c | ||
| smartfs_utils.c | ||