|
NAMEvfs_unbusy —
unbusy a mount point
SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
void
DESCRIPTIONThevfs_unbusy () function un-busies a mount point by
decrementing the reference count of a mount point. The reference count is
typically incremented by calling
vfs_busy(9)
prior to this call.
Its arguments are:
SEE ALSOvfs_busy(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |