From owner-svn-src-stable@FreeBSD.ORG  Thu Mar 27 12:32:10 2014
Return-Path: <owner-svn-src-stable@FreeBSD.ORG>
Delivered-To: svn-src-stable@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 1033)
 id D829BD14; Thu, 27 Mar 2014 12:32:10 +0000 (UTC)
Date: Thu, 27 Mar 2014 12:32:10 +0000
From: Alexey Dokuchaev <danfe@FreeBSD.org>
To: Konstantin Belousov <kostikbel@gmail.com>
Subject: Re: svn commit: r263355 - stable/9/sys/kern
Message-ID: <20140327123210.GA93483@FreeBSD.org>
References: <201403191257.s2JCvDKU037106@svn.freebsd.org>
 <20140327094003.GA30016@FreeBSD.org>
 <20140327121155.GO21331@kib.kiev.ua>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20140327121155.GO21331@kib.kiev.ua>
User-Agent: Mutt/1.5.22 (2013-10-16)
Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org,
 src-committers@freebsd.org, svn-src-stable-9@freebsd.org
X-BeenThere: svn-src-stable@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: SVN commit messages for all the -stable branches of the src tree
 <svn-src-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-stable>,
 <mailto:svn-src-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-stable/>
List-Post: <mailto:svn-src-stable@freebsd.org>
List-Help: <mailto:svn-src-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-stable>,
 <mailto:svn-src-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 27 Mar 2014 12:32:10 -0000

On Thu, Mar 27, 2014 at 02:11:55PM +0200, Konstantin Belousov wrote:
> On Thu, Mar 27, 2014 at 09:40:03AM +0000, Alexey Dokuchaev wrote:
> > On Wed, Mar 19, 2014 at 12:57:13PM +0000, Konstantin Belousov wrote:
> > > New Revision: 263355
> > > URL: http://svnweb.freebsd.org/changeset/base/263355
> > > 
> > > Log:
> > >   MFC r263079:
> > >   The auio structure is only initialized when the vnode is symlink,
> > >   avoid reading from it otherwise.
> > 
> > Is it applicable to stable/8, and if yes, can it be MFCed?  Thanks,
> 
> This is purely cosmetic commit.  Why do you insist on merging ?

I am not insisting. ;-)  I thought it was more than purely cosmetic, but
then again, I did not study the code thoroughly enough.

Sorry for the noise.  My reason in that stable/8 is going to be EOLed
sooner or later, yet I'm not willing to move from it since 9.x/10.x do
not bring anything important for me except the bloat, and 8.x works
perfectly fine.  That said, I'm trying to get seemingly important bug
fixes MFCed, albeit sometimes I overestimate their importance and/or
relevance.

./danfe