Deleted Added
full compact
vfs_unbusy.9 (84585) vfs_unbusy.9 (89124)
1.\"
2.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 10 unchanged lines hidden (view full) ---

19.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
22.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
25.\" DAMAGE.
26.\"
1.\"
2.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 10 unchanged lines hidden (view full) ---

19.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
22.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
25.\" DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man9/vfs_unbusy.9 84585 2001-10-06 11:19:41Z sheldonh $
27.\" $FreeBSD: head/share/man/man9/vfs_unbusy.9 89124 2002-01-09 11:43:48Z mpp $
28.\"
29.Dd July 8, 2001
30.Dt VFS_UNBUSY 9
31.Os
32.Sh NAME
33.Nm vfs_unbusy
34.Nd "unbusy a mount point"
35.Sh SYNOPSIS
36.In sys/param.h
37.In sys/mount.h
38.Ft void
39.Fn vfs_unbusy "struct mount *mp" "struct thread *td"
40.Sh DESCRIPTION
41The
42.Fn vfs_unbusy
28.\"
29.Dd July 8, 2001
30.Dt VFS_UNBUSY 9
31.Os
32.Sh NAME
33.Nm vfs_unbusy
34.Nd "unbusy a mount point"
35.Sh SYNOPSIS
36.In sys/param.h
37.In sys/mount.h
38.Ft void
39.Fn vfs_unbusy "struct mount *mp" "struct thread *td"
40.Sh DESCRIPTION
41The
42.Fn vfs_unbusy
43function unbusies a mount point by unlocking
43function un-busies a mount point by unlocking
44.Fa mp->mnt_lock .
45The lock is typically acquired by calling
46.Xr vfs_busy 9
47prior to this call.
48.Pp
49Its arguments are:
50.Bl -tag -width ".Fa mp"
51.It Fa mp

--- 15 unchanged lines hidden ---
44.Fa mp->mnt_lock .
45The lock is typically acquired by calling
46.Xr vfs_busy 9
47prior to this call.
48.Pp
49Its arguments are:
50.Bl -tag -width ".Fa mp"
51.It Fa mp

--- 15 unchanged lines hidden ---