zephyr/tests/subsys/fs/fs_api
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
..
src fs: Fix fs_statvfs returning 0 when statvfs not implemented 2021-11-09 11:19:40 +01:00
CMakeLists.txt
prj.conf
testcase.yaml