Skip to content
Commit e7886c66 authored by Dominik Ermel's avatar Dominik Ermel Committed by Carles Cufí
Browse files

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: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent 5faf3750
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment