From owner-svn-src-stable@FreeBSD.ORG Mon Jan 16 15:57:18 2012 Return-Path: Delivered-To: svn-src-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6643106564A; Mon, 16 Jan 2012 15:57:18 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3503F8FC08; Mon, 16 Jan 2012 15:57:16 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA22870; Mon, 16 Jan 2012 17:57:15 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <4F1448DB.10508@FreeBSD.org> Date: Mon, 16 Jan 2012 17:57:15 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111109 Thunderbird/8.0 MIME-Version: 1.0 To: Kevin Lo References: <201201160831.q0G8VWGO024012@svn.freebsd.org> <20120116151506.GA32593@ns.kevlo.org> In-Reply-To: <20120116151506.GA32593@ns.kevlo.org> X-Enigmail-Version: undefined Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-stable@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, svn-src-stable-8@FreeBSD.org Subject: Re: svn commit: r230206 - stable/8/sys/fs/ntfs X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 15:57:18 -0000 on 16/01/2012 17:15 Kevin Lo said the following: > On Mon, Jan 16, 2012 at 04:22:46PM +0300, Sergey Kandaurov wrote: >> On 16 January 2012 12:31, Kevin Lo wrote: >>> Author: kevlo >>> Date: Mon Jan 16 08:31:32 2012 >>> New Revision: 230206 >>> URL: http://svn.freebsd.org/changeset/base/230206 >>> >>> Log: >>> MFC r228864: >>> Discard local array based on return values. >>> >>> Pointed out by: uqs >>> Found with: Coverity Prevent(tm) >>> CID: 10089 >>> >>> MFC 228023: >>> Add unicode support to ntfs >>> >>> Obtained from: imura >>> >>> Modified: >>> stable/8/sys/fs/ntfs/ntfs_subr.c >>> stable/8/sys/fs/ntfs/ntfs_subr.h >>> stable/8/sys/fs/ntfs/ntfs_vnops.c >>> >> >> Hi, >> this looks like a direct commit without svn mergeinfo. > > There was something wrong with my svn tree. > I'm sorry for any inconvenience caused to you. You need to use svn merge with --record-only option to update svn mergeinfo data. -- Andriy Gapon