From owner-svn-src-head@FreeBSD.ORG Thu Jan 8 21:29:40 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97BD51065716; Thu, 8 Jan 2009 21:29:40 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5095E8FC18; Thu, 8 Jan 2009 21:29:40 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n08LTeDI033887; Thu, 8 Jan 2009 21:29:40 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n08LTefd033886; Thu, 8 Jan 2009 21:29:40 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200901082129.n08LTefd033886@svn.freebsd.org> From: Christian Brueffer Date: Thu, 8 Jan 2009 21:29:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186913 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 21:29:41 -0000 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