From owner-svn-src-stable-8@FreeBSD.ORG Wed Dec 1 15:31:31 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF169106564A; Wed, 1 Dec 2010 15:31:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BD61E8FC1E; Wed, 1 Dec 2010 15:31:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oB1FVVHM020367; Wed, 1 Dec 2010 15:31:31 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oB1FVVKI020365; Wed, 1 Dec 2010 15:31:31 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201012011531.oB1FVVKI020365@svn.freebsd.org> From: Konstantin Belousov Date: Wed, 1 Dec 2010 15:31:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216097 - stable/8/share/man/man9 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2010 15:31:31 -0000 Author: kib Date: Wed Dec 1 15:31:31 2010 New Revision: 216097 URL: http://svn.freebsd.org/changeset/base/216097 Log: MFC r215798: Remove the note about possible unlocking during vunref(9). Approved by: re (bz) Modified: stable/8/share/man/man9/vrele.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified: stable/8/share/man/man9/vrele.9 ============================================================================== --- stable/8/share/man/man9/vrele.9 Wed Dec 1 15:28:23 2010 (r216096) +++ stable/8/share/man/man9/vrele.9 Wed Dec 1 15:31:31 2010 (r216097) @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 17, 2010 +.Dd November 20, 2010 .Dt VRELE 9 .Os .Sh NAME @@ -74,10 +74,6 @@ with less overhead. The .Fn vunref function takes a locked vnode as argument, and returns with the vnode locked. -Nonetheless, the -.Fn vunref -might drop the vnode lock during the operation, so caller should not expect -that non-doomed vnode is still non-doomed after the function returned. .Pp Any code in the system which signified its use of a vnode by usecount should call one of the listed function to decrement use counter.