From owner-svn-src-head@freebsd.org Fri Sep 30 17:28:50 2016 Return-Path: Delivered-To: svn-src-head@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 918F6C03CB5; Fri, 30 Sep 2016 17:28:50 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 36B64D41; Fri, 30 Sep 2016 17:28:50 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id b4so59938445wmb.0; Fri, 30 Sep 2016 10:28:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Rbjn8T4Dl35ZL8CDfZ31Au5IvCuOyhZH/r0XUwTqiwA=; b=Zgflm3GsjDhCyVi5iF1Z/nTsnmwEV2AnVpxKtvZhz8CNo25WA6EJRpJq5m2DnpeAbX CB9N4Dhh8CEFinxYYZLNXNOx2p/rOibrmKlg548GDdQD9LukIAYZYxQivQVEY+mgXNs9 dMPJb5+Tm779cRtmXkCZq9+gDVLqFaGxpJ8b7JNbrfacbPlmPU5AFJ1ythQgu4UASwy7 rYIPbUyxdgLfMSFhnEF5FZN7Du6r7f9W+yuOvkw7xKlNJnPBq9jKuq68WeZWlTCt727x 5AYUoWgvwO70+4tnk2farzFLoOWRdHUjEnrG7Prt0lRgOokuf2gzjIprRC0K7TYfiIzF L5DQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Rbjn8T4Dl35ZL8CDfZ31Au5IvCuOyhZH/r0XUwTqiwA=; b=V3zXqOxCiABG9dJGSZF22fjDIdP9F/hrxoDdoZWy34aQnnzKjJK2r//3L8XVHqvUO+ Nc00q2q9eAZVKMrgBBCprfnb5TACE1NTBvy+G1NkTlxzEDeEWMog/DRnN9XNiZLr7Rj9 68lDe/o/afQ5FNCRQc8rswDXpXK7xcoCezHMga70jO3lA3T4wBTDe2HLgv0jjBmoykTe oZ+yPSPAYRc4GOYwDEZVN7mBouRxszh3gU7DKzk2tr5BUhtFXSWKOsi/bw6qr6PJz0q7 UmJLC8UpNOtljBhICTTQpiDz+98DV69Grf/2MmBJPnqet3Vk/8hHw35ZT62uQ6gR8FhN vUtQ== X-Gm-Message-State: AA6/9Rm0WCwsmIiLH+a6ZOoHHZgmvsFyTsy9wqkR/HZ7hTK390LSKyxFhUEq65Vd29eAVw== X-Received: by 10.28.222.213 with SMTP id v204mr5301094wmg.55.1475256528454; Fri, 30 Sep 2016 10:28:48 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by smtp.gmail.com with ESMTPSA id us3sm4114092wjb.32.2016.09.30.10.28.47 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 30 Sep 2016 10:28:47 -0700 (PDT) Date: Fri, 30 Sep 2016 19:28:45 +0200 From: Mateusz Guzik To: Shawn Webb Cc: Mateusz Guzik , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r306509 - in head/sys: fs/nandfs kern sys ufs/ffs Message-ID: <20160930172845.GC3714@dft-labs.eu> References: <201609301711.u8UHB35d046389@repo.freebsd.org> <20160930171845.GA62393@mutt-hardenedbsd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160930171845.GA62393@mutt-hardenedbsd> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 30 Sep 2016 17:28:50 -0000 On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote: > On Fri, Sep 30, 2016 at 05:11:03PM +0000, Mateusz Guzik wrote: > > Author: mjg > > Date: Fri Sep 30 17:11:03 2016 > > New Revision: 306509 > > URL: https://svnweb.freebsd.org/changeset/base/306509 > > > > Log: > > vfs: remove the __bo_vnode field from struct vnode > > > > The pointer can be obtained using __containerof instead. > > > > Reviewed by: kib > > Should __FreeBSD_Version be bumped? > Unlikely. It can be in an odd case it turns out there is a module which is using the field. -- Mateusz Guzik