svn commit: r186913 - head/share/man/man9
Christian Brueffer
brueffer at FreeBSD.org
Thu Jan 8 13:29:42 PST 2009
Author: brueffer
Date: Thu Jan 8 21:29:40 2009
New Revision: 186913
URL: http://svn.freebsd.org/changeset/base/186913
Log:
Language cleanup.
Modified:
head/share/man/man9/insmntque.9
Modified: head/share/man/man9/insmntque.9
==============================================================================
--- head/share/man/man9/insmntque.9 Thu Jan 8 19:43:47 2009 (r186912)
+++ head/share/man/man9/insmntque.9 Thu Jan 8 21:29:40 2009 (r186913)
@@ -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
More information about the svn-src-all
mailing list