summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2009-01-08 21:29:40 +0000
committerbrueffer <brueffer@FreeBSD.org>2009-01-08 21:29:40 +0000
commitdc442f58c640aa10ac970a0c93783ec2eca2fe22 (patch)
tree6a7cbd8d2f1c8a5521ecd9e7021b6a38ec3bec17
parent49b34fa613c7d0a33284acecf4bb37df66ee5ead (diff)
downloadFreeBSD-src-dc442f58c640aa10ac970a0c93783ec2eca2fe22.zip
FreeBSD-src-dc442f58c640aa10ac970a0c93783ec2eca2fe22.tar.gz
Language cleanup.
-rw-r--r--share/man/man9/insmntque.99
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/insmntque.9 b/share/man/man9/insmntque.9
index 204d288..de506e4 100644
--- a/share/man/man9/insmntque.9
+++ b/share/man/man9/insmntque.9
@@ -46,7 +46,7 @@ The
function associates a vnode with a mount.
This includes updating
.Va v_mount
-for the vnode, and inserting the vnode into the mounts vnode list.
+for the vnode, and inserting the vnode into the mount's vnode list.
.Pp
The mount reference count is incremented for each vnode added to the
mount, and that reference is decremented by
@@ -75,13 +75,14 @@ The
.Fa dtr_arg
argument is the second, supplying any additional context needed.
.Sh RETURN VALUES
+The
.Fn insmntque
-will always return 0, unless the file system is currently being unmounted
+function will always return 0, unless the file system is currently being unmounted
in which case it may return
.Dv EBUSY .
-The
+Also,
.Fn insmntque
-function may be forced to insert the vnode into the mount's vnode list
+may be forced to insert the vnode into the mount's vnode list
by setting the
.Va VV_FORCEINSMQ
flag in the vnode
OpenPOWER on IntegriCloud