zephyr/subsys/fs
Emil Lindqvist 1e9f1231fe logging: fs: treat absent file on stat as no error
There are multiple reasons to want to find out if file or
directory exists, for example to create it. Stating and
finding out it doesn't exist should not cause an LOG_ERR call as
this gives information to the user in a normal call case.

Fixes #35718

Signed-off-by: Emil Lindqvist <emil@lindq.gr>
2021-07-26 10:44:42 -04:00
..
fcb
nvs fs/nvs: prevent use after clear without init 2021-07-20 13:34:45 +02:00
CMakeLists.txt
Kconfig
Kconfig.fatfs
Kconfig.littlefs
fat_fs.c
fs.c logging: fs: treat absent file on stat as no error 2021-07-26 10:44:42 -04:00
fs_impl.c
fs_impl.h
fuse_fs_access.c
littlefs_fs.c fs: littlefs: drop newline character in log messages 2021-07-19 12:03:15 +02:00
shell.c