zephyr/subsys/fs
Chris Desjardins 862af5e903 fs: Fix null pointer exception caused by async fs_unmount
The mp pointer is in fs_file_t and fs_dir_t so if the fs pointer is made
NULL then subsequent file I/O operations will cause a NULL pointer
exception. Removing the mount point from the list is threadsafe and
should be sufficient.

Signed-off-by: Chris Desjardins <chris@arch-embedded.com>
2024-11-07 18:06:58 -06:00
..
ext2
fcb
nvs
zms fs: zms: multiple fixes from previous PR review 2024-10-29 07:07:13 -05:00
CMakeLists.txt
fat_fs.c
fs_impl.c
fs_impl.h
fs.c fs: Fix null pointer exception caused by async fs_unmount 2024-11-07 18:06:58 -06:00
fuse_fs_access.c
Kconfig
Kconfig.fatfs
Kconfig.littlefs
littlefs_fs.c
shell.c drivers: disk: mmc_subsys: remove CONFIG_MMC_VOLUME_NAME 2024-11-05 15:25:10 -06:00