zephyr/subsys/fs
Andrzej Puzdrowski 1a6492d8b3 fs/nvs: removed unneeded `if` statements
Removed two unneeded `if` statements. These statements had not
effect in function results.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2021-03-29 13:43:55 -04:00
..
fcb fs/fcb: Enable FCB to work with non-0xff erase value flash 2020-11-16 13:39:04 +01:00
nvs fs/nvs: removed unneeded `if` statements 2021-03-29 13:43:55 -04:00
CMakeLists.txt fs: remove NFFS subsystem 2020-01-21 15:32:47 +01:00
Kconfig fs: Move FAT FS Kconfig options to Kconfig.fatfs 2020-10-14 13:19:47 -05:00
Kconfig.fatfs disk: disk_access_flash: Make sector size configurable in Kconfig 2021-01-15 11:21:01 -05:00
Kconfig.littlefs fs: littlefs: revise how per-file cache memory is allocated 2021-02-02 07:15:17 -05:00
fat_fs.c tests/fs/fatfs: Add tests for FS_MOUNT_FLAG_* 2020-11-06 13:10:13 -05:00
fs.c fs: Fix fs_opendir resource leak when invoked on fs_dir_t object in use 2021-02-05 07:32:20 -05:00
fs_impl.c subsys/fs: add implementation helper module 2019-07-22 12:46:50 +02:00
fs_impl.h include: Fix use of <fs.h> -> <fs/fs.h> 2019-12-10 08:39:37 -05:00
fuse_fs_access.c fs: Add fs_dir_t type variable initializations 2021-02-05 07:32:20 -05:00
littlefs_fs.c fs: littlefs: fix mis-use of preprocessor 2021-02-08 11:36:24 -05:00
shell.c fs: shell: Remove unneeded flags from fs_open calls 2021-03-04 06:10:58 -05:00