#include
<sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
int
VFS_UNMOUNT(struct
mount *mp, int
mntflags);
The
VFS_UNMOUNT()
macro unmounts a file system.
The arguments it expects are:
VFS_UNMOUNT()
are:
MNT_FORCEThis manual page was written by Doug Rabson.