From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S275063AbTHQHXF (ORCPT ); Sun, 17 Aug 2003 03:23:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S275064AbTHQHXF (ORCPT ); Sun, 17 Aug 2003 03:23:05 -0400 Received: from willy.net1.nerim.net ([62.212.114.60]:46090 "EHLO www.home.local") by vger.kernel.org with ESMTP id S275063AbTHQHXD (ORCPT ); Sun, 17 Aug 2003 03:23:03 -0400 Date: Sun, 17 Aug 2003 09:22:41 +0200 From: Willy TARREAU To: Erik Andersen , Willy Tarreau , Marcelo Tosatti , Alan Cox , Andries Brouwer , Bartlomiej Zolnierkiewicz , Linux Kernel Mailing List Subject: Re: [PATCH] 5/8 Backport recent 2.6 IDE updates to 2.4.x Message-ID: <20030817072241.GA561@pcw.home.local> References: <20030817061338.GF17621@codepoet.org> <20030817065954.GF29616@alpha.home.local> <20030817071332.GA18234@codepoet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030817071332.GA18234@codepoet.org> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 17, 2003 at 01:13:32AM -0600, Erik Andersen wrote: > On Sun Aug 17, 2003 at 08:59:54AM +0200, Willy Tarreau wrote: > > On Sun, Aug 17, 2003 at 12:13:39AM -0600, Erik Andersen wrote: > > > > > + printk(KERN_INFO "%s: Host Protected Area detected.\n" > > > + "\tcurrent capacity is %ld sectors (%ld MB)\n" > > > + "\tnative capacity is %ld sectors (%ld MB)\n", > > > + drive->name, > > > + capacity, (capacity - capacity/625 + 974)/1950, > > > + set_max, (set_max - set_max/625 + 974)/1950); > > > > Just a question : why didn't you use your sectors_to_MB() function here, to > > make this replace the unreadable hack above ? > > Mainly because sectors_to_MB() didn't exist yet when I wrote this > part. :-) This was later fixed by Andries Brouwer. which shows up > in patch #7, OK thanks. I was looking exactly for this before this mail to you but didn't notice it was the same part of code which is changed in patch 7. It's OK now :-) Cheers, Willy