From owner-svn-src-head@FreeBSD.ORG Fri Nov 12 15:28:46 2010 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 9A1701065670; Fri, 12 Nov 2010 15:28:46 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8DE0D8FC08; Fri, 12 Nov 2010 15:28:45 +0000 (UTC) Received: by fxm19 with SMTP id 19so2301476fxm.13 for ; Fri, 12 Nov 2010 07:28:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UK+Kli9ngDchtwlm+gJz6xieY5WO2opedpQgSaI8aTk=; b=KEXStZaexmfyNUbjk2+riSwK/hsp7NrdsBEzpIJd6b2uQeiaylVurZLzRHdZonWDym GGbSitpU+nl4d9gyag0dgYmo4eBlDOOE6p8qJRwDTkGZZITzF/gKp+j/YUV6xukzcnUX /4PGLf8XOyuBxGsVlXpM0SmCAtwMyvtg1jRqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=aJ1ZQ8RlluCQ8MvUNmuhQVrhK/1E8Ik12EAYfLTvCy0FiOREzRmaw4qqElSRNda3ZB AVhjkvf9eCOgXt1614TNITAkNIQNwifbwEKNci3ifZ++7GKn0ZkAamxDRnczORnnO/on IFn3NzsFHBNHyiPZ8UE5W8fON9X3Wowk9E1y0= MIME-Version: 1.0 Received: by 10.204.73.4 with SMTP id o4mr2928453bkj.156.1289575724127; Fri, 12 Nov 2010 07:28:44 -0800 (PST) Received: by 10.204.73.207 with HTTP; Fri, 12 Nov 2010 07:28:44 -0800 (PST) In-Reply-To: <201011121207.oACC7axR007832@svn.freebsd.org> References: <201011121207.oACC7axR007832@svn.freebsd.org> Date: Fri, 12 Nov 2010 10:28:44 -0500 Message-ID: From: Ben Kaduk To: Sergey Kandaurov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r215176 - in 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: Fri, 12 Nov 2010 15:28:46 -0000 On Fri, Nov 12, 2010 at 7:07 AM, Sergey Kandaurov wro= te: > Author: pluknet > Date: Fri Nov 12 12:07:36 2010 > New Revision: 215176 > URL: http://svn.freebsd.org/changeset/base/215176 > > Log: > =A0Stop documenting vgonel() after its converting to the static function: > =A0 svn r147332 (by jeff): "Don't make vgonel() globally visible". > =A0While here, specify the vnode locking scheme for vgone(). Thanks! (I was going to send a follow-up to -hackers in a few days, otherw= ise.) -Ben Kaduk