#include <oskit/fs/fsnamespace.h>oskit_error_t oskit_fsnamespace_unmount(oskit_fsnamespace_t *f, const char pathname);
Unmount the filesystem that was previously mounted over pathname with the mount method.
- f
- The OSKit filesysem namespace interface object.
- mountname
- The pathname of the directory to unmount.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.