summaryrefslogtreecommitdiffstats
path: root/share/man/man9/vfs_busy.9
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-10-06 11:19:41 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-10-06 11:19:41 +0000
commit257d2f075630a276cad982cce2b74341143c54c6 (patch)
treef2914b1cbfe792914119b58f548446e38ff65642 /share/man/man9/vfs_busy.9
parent910868a68fad084aa307651c4ce629496e4cbc77 (diff)
downloadFreeBSD-src-257d2f075630a276cad982cce2b74341143c54c6.zip
FreeBSD-src-257d2f075630a276cad982cce2b74341143c54c6.tar.gz
Updates for changes made by KSE import.
Submitted by: Chad David <davidc@acns.ab.ca>
Diffstat (limited to 'share/man/man9/vfs_busy.9')
-rw-r--r--share/man/man9/vfs_busy.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/vfs_busy.9 b/share/man/man9/vfs_busy.9
index 9b1019a..ba7f93e 100644
--- a/share/man/man9/vfs_busy.9
+++ b/share/man/man9/vfs_busy.9
@@ -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 proc *p"
+.Fn vfs_busy "struct mount *mp" "int flags" "struct mtx *interlkp" "struct thread *td"
.Sh DESCRIPTION
The
.Fn vfs_busy
@@ -77,8 +77,8 @@ the mount point is being unmounted and
.Dv LK_NOWAIT
is not set then
interlock must be valid locked mutex.
-.It Fa p
-The process responsible for this call.
+.It Fa td
+The thread responsible for this call.
.El
.Sh LOCKS
If
OpenPOWER on IntegriCloud