zephyr/subsys/fs
Andrzej Puzdrowski d1bd2490f3 fs/nvs: skip deletion on non existing entry
No need to write deletion entry for non-existing entry.
Furthermore such a write to filled up storage will make another
writes impossible as it occupied delete nvs_ate space, but it
does not remove anything.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-08-08 11:07:48 +02:00
..
fcb
nvs fs/nvs: skip deletion on non existing entry 2019-08-08 11:07:48 +02:00
CMakeLists.txt
fat_fs.c
fs_impl.c
fs_impl.h
fs.c
fuse_fs_access.c
Kconfig subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
Kconfig.littlefs subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
littlefs_fs.c subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
nffs_fs.c
shell.c