From owner-svn-src-all@freebsd.org Mon Aug 3 17:52:48 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC3BD9B206A; Mon, 3 Aug 2015 17:52:48 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50D72DF5; Mon, 3 Aug 2015 17:52:48 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by wibxm9 with SMTP id xm9so132259704wib.0; Mon, 03 Aug 2015 10:52:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PTZ4Cg7+RmKS7U+qj8HA/eM/SqbAuY26B3UyzNw8CFs=; b=j6y4J2BNQHFJcnDht2TVIKkoiZRIC02GojhUzlHBgHVxO0VWS2XB1eqUMltmaEV53z Di0QbFjB4hsy2fIfRrHgDSzQMFfq9UTJMudoMgKujXXfMXX01ycLCIf/+nPnPxndh9Mm TQoWOc/S1eZYOSoGgwT0S5bDV1zWBJR+SkiAVP+BOyt59YYWsI2y70BISXB9+86nYdRE LCd7pjNIbJ4u8OKfp0v2AGBmIj1BY9iHvzrIXjbZ23jRH8PaGitfiBH9YuDH1nHVmOXq Szc3Kfv+fvQWrQweAq6lD6zKjTxSYd5i9g9KEN8NlqmrQjMmyjvnMe+BMP9xtpssuUxV +F+g== MIME-Version: 1.0 X-Received: by 10.180.8.68 with SMTP id p4mr36296251wia.27.1438624366874; Mon, 03 Aug 2015 10:52:46 -0700 (PDT) Received: by 10.27.96.132 with HTTP; Mon, 3 Aug 2015 10:52:46 -0700 (PDT) In-Reply-To: <201508031630.t73GUmBR092976@repo.freebsd.org> References: <201508031630.t73GUmBR092976@repo.freebsd.org> Date: Mon, 3 Aug 2015 13:52:46 -0400 Message-ID: Subject: Re: svn commit: r286236 - head/share/man/man9 From: Benjamin Kaduk To: Edward Tomasz Napierala Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 17:52:48 -0000 On Mon, Aug 3, 2015 at 12:30 PM, Edward Tomasz Napierala wrote: > Author: trasz > Date: Mon Aug 3 16:30:47 2015 > New Revision: 286236 > URL: https://svnweb.freebsd.org/changeset/base/286236 > > Log: > Document vgonel(9). > Er, isn't this a step backwards? % static void vgonel(struct vnode *); It is only accidental that anything outside vfs_subr.c can call vgonel(). -Ben