logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vfs_unbusy — unbusy a mount point

Authors

       This manual page was written by Chad David <davidc@acns.ab.ca>.

Debian                                            June 14, 2010                                    VFS_UNBUSY(9)

Description

       The  vfs_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:

       mp  The mount point to unbusy.

Name

       vfs_unbusy — unbusy a mount point

See Also

vfs_busy(9)

Synopsis

#include<sys/param.h>#include<sys/mount.h>voidvfs_unbusy(structmount*mp);

See Also