zephyr/tests/subsys/fs
Dominik Ermel e489bb18a4 fs: Fix fs_statvfs returning 0 when statvfs not implemented
The fs_statvfs is supposed to return, as all VFS functions, -ENOTSUP
error when underlying file-system driver does not implement the
API call.
The fs_statvfs was returning 0 for success and when API call is not
implemented, which means it is indistinguishable whether stat
structure has been filled by diver with any data or not touched at all.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2021-11-09 11:19:40 +01:00
..
common fs: Add fs_file_t_init() function 2021-01-29 08:04:51 -05:00
fat_fs_api cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fat_fs_dual_drive cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fcb cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fs_api fs: Fix fs_statvfs returning 0 when statvfs not implemented 2021-11-09 11:19:40 +01:00
littlefs cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
multi-fs cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
nvs cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00