From owner-svn-src-head@FreeBSD.ORG Sun Jan 4 22:22:09 2009 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 AA725106566C; Sun, 4 Jan 2009 22:22:09 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from dhcp-172-28-76-114.eur.corp.google.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F4198FC12; Sun, 4 Jan 2009 22:22:08 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4961368F.8090002@FreeBSD.org> Date: Sun, 04 Jan 2009 22:22:07 +0000 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Kostik Belousov References: <200901041556.n04Funod061146@svn.freebsd.org> <4961340B.5010306@FreeBSD.org> <20090104221742.GK93900@deviant.kiev.zoral.com.ua> In-Reply-To: <20090104221742.GK93900@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r186740 - head/sys/gnu/fs/ext2fs 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: Sun, 04 Jan 2009 22:22:10 -0000 Kostik Belousov wrote: > On Sun, Jan 04, 2009 at 10:11:23PM +0000, Kris Kennaway wrote: >> Konstantin Belousov wrote: >>> Author: kib >>> Date: Sun Jan 4 15:56:49 2009 >>> New Revision: 186740 >>> URL: http://svn.freebsd.org/changeset/base/186740 >>> >>> Log: >>> Do not incorrectly add the low 5 bits of the offset to the resulting >>> position of the found zero bit. >>> >>> Submitted by: Jaakko Heinonen >>> MFC after: 2 weeks >>> >>> Modified: >>> head/sys/gnu/fs/ext2fs/ext2_bitops.h >> Does this fix ext2fs on amd64? > > Submitter claims that yes, I only tested the function that was patched. Great! I thought I had filed a PR about this but can't find it now. Kris