zephyr/tests/subsys
Dominik Ermel e7886c6634 fs: fs_unmount will return -ENOTSUP if not implemented by driver
The commit changes error handling by fs_unmount; the function will
return -EINVAL if mount point, described by mp, is not mounted or
-ENNOTSUP when unmounting is not supported by the driver; in the second
case it will also log error.

Additionally to the above changes, checks for correct mnt_path and
mnt_path, within fs_unmount, have been removed as they are not needed;
only the fs_mount_t->fs pointer is needed to decide whether system is
mounted or not.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-10-30 15:54:04 +01:00
..
canbus
debug/coredump
dfu boards: arm: remove non-existing doc link from partition definitions 2020-10-27 15:01:19 -04:00
fs fs: fs_unmount will return -ENOTSUP if not implemented by driver 2020-10-30 15:54:04 +01:00
jwt
logging
mgmt/ec_host_cmd
openthread
power/power_mgmt test: power: run test case on more platforms 2020-10-27 08:41:34 -04:00
settings boards: arm: remove non-existing doc link from partition definitions 2020-10-27 15:01:19 -04:00
shell
storage storage/flash_map: Added function for get erased byte value 2020-10-30 15:53:38 +01:00
usb