summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_busy.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/vfs_busy.9')
-rw-r--r--share/man/man9/vfs_busy.96
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/vfs_busy.9 b/share/man/man9/vfs_busy.9
index 4021e12..ee3bd5d 100644
--- a/share/man/man9/vfs_busy.9
+++ b/share/man/man9/vfs_busy.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 8, 2001
+.Dd August 29, 2008
.Dt VFS_BUSY 9
.Os
.Sh NAME
@@ -36,7 +36,7 @@
.In sys/param.h
.In sys/mount.h
.Ft int
-.Fn vfs_busy "struct mount *mp" "int flags" "struct mtx *interlkp" "struct thread *td"
+.Fn vfs_busy "struct mount *mp" "int flags" "struct mtx *interlkp"
.Sh DESCRIPTION
The
.Fn vfs_busy
@@ -77,8 +77,6 @@ the mount point is being unmounted and
.Dv LK_NOWAIT
is not set then
interlock must be valid locked mutex.
-.It Fa td
-The thread responsible for this call.
.El
.Sh LOCKS
If
OpenPOWER on IntegriCloud