vfs_unbusy.9freebsd

Langue: en

Autres versions - même langue

Version: 365404 (ubuntu - 25/10/10)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

vfs_unbusy - unbusy a mount point

SYNOPSIS

In sys/param.h In sys/mount.h Ft void Fn vfs_unbusy struct mount *mp

DESCRIPTION

The Fn vfs_unbusy function un-busies a mount point by unlocking Fa mp->mnt_lock . The lock is typically acquired by calling vfs_busy9 prior to this call.

Its arguments are:

Fa mp
The mount point to unbusy (unlock).

LOCKS

mnt_lock must be locked in Fa mp prior to calling this function, and it will be unlocked upon return.

SEE ALSO

vfs_busy9

AUTHORS

This manual page was written by An Chad David Aq davidc@acns.ab.ca .