summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VFS_MOUNT.9
diff options
context:
space:
mode:
authordavidc <davidc@FreeBSD.org>2001-12-26 23:14:04 +0000
committerdavidc <davidc@FreeBSD.org>2001-12-26 23:14:04 +0000
commit6b067561b6c9b4ed2b47f2a1a291bca65015c9e7 (patch)
tree098933308a14df670e3b72970203b08aa5f907a1 /share/man/man9/VFS_MOUNT.9
parent70547e89ed70bdc238efd1cf623ee7af6ebcdc84 (diff)
downloadFreeBSD-src-6b067561b6c9b4ed2b47f2a1a291bca65015c9e7.zip
FreeBSD-src-6b067561b6c9b4ed2b47f2a1a291bca65015c9e7.tar.gz
Update function definitions and required include files to reflect
the current state of the system. Approved by: alfred
Diffstat (limited to 'share/man/man9/VFS_MOUNT.9')
-rw-r--r--share/man/man9/VFS_MOUNT.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_MOUNT.9 b/share/man/man9/VFS_MOUNT.9
index 44712ce..8fd2ac4 100644
--- a/share/man/man9/VFS_MOUNT.9
+++ b/share/man/man9/VFS_MOUNT.9
@@ -39,7 +39,7 @@
.In sys/mount.h
.In sys/vnode.h
.Ft int
-.Fn VFS_MOUNT "struct mount *mp" "char *path" "caddr_t data" "struct nameidata *ndp" "struct proc *p"
+.Fn VFS_MOUNT "struct mount *mp" "char *path" "caddr_t data" "struct nameidata *ndp" "struct thread *td"
.Sh DESCRIPTION
Mount a filesystem into the system's namespace.
.Pp
@@ -56,8 +56,8 @@ Filesystem specific data. This should be read into the kernel using
Contains the result of a
.Xr namei 9
call on the pathname of the mountpoint.
-.It Ar p
-Process which is mounting the filesystem.
+.It Ar td
+Thread which is mounting the filesystem.
.El
.Pp
This is called both to mount new filesystems and to change the
OpenPOWER on IntegriCloud