From owner-cvs-src@FreeBSD.ORG Wed May 31 13:43:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 678ED16AF93; Wed, 31 May 2006 13:43:33 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D463343D72; Wed, 31 May 2006 13:43:32 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k4VDhQ78098325; Wed, 31 May 2006 07:43:31 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <447D9DAB.90305@samsco.org> Date: Wed, 31 May 2006 07:44:11 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Dowse References: <200605310905.k4V95njZ054771@repoman.freebsd.org> In-Reply-To: <200605310905.k4V95njZ054771@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 biosdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 13:43:41 -0000 Ian Dowse wrote: > iedowse 2006-05-31 09:05:49 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/libi386 biosdisk.c > Log: > Increment the disk block offset after writing, not before. This > fixes filesystem corruption when nextboot.conf is located after > cylinder 1023. The bug appears to have been introduced at the time > bd_read was copied to create bd_write. > > PR: bin/98005 > Reported by: yar > MFC after: 1 week > > Revision Changes Path > 1.47 +3 -3 src/sys/boot/i386/libi386/biosdisk.c Excellent job finding this! Scott