Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 12 Mar 2003 17:07:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 12 Mar 2003 17:07:52 -0500 Received: from 81-2-122-30.bradfords.org.uk ([81.2.122.30]:40197 "EHLO 81-2-122-30.bradfords.org.uk") by vger.kernel.org with ESMTP id ; Wed, 12 Mar 2003 17:07:50 -0500 From: John Bradford Message-Id: <200303122220.h2CMKShH001833@81-2-122-30.bradfords.org.uk> Subject: Re: bio too big device To: torvalds@transmeta.com (Linus Torvalds) Date: Wed, 12 Mar 2003 22:20:28 +0000 (GMT) Cc: linux-kernel@vger.kernel.org In-Reply-To: from "Linus Torvalds" at Mar 12, 2003 11:14:52 AM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1147 Lines: 27 > > Couldn't we have a list of known good drives, though, and enable 256 > > sectors as a special case? > > My problem is that I just don't see the point. What's the difference > between 256 and 254 sectors? 128kB vs 127kB? Ah, I thought there was a reason that it was a Good Thing to keep it as a power of 2, which would mean 64kB vs 128kB, but if not then I totally agree. > Also, looking closer, the current limit actually seems to be _controller_ > dependent, not disk-dependent. I don't know how valid that is, but it > looks reasonable at least in theory - while the IDE controller is mostly a > passthrough thing, it does end up doing part of the work. So the picture > look smore complex than just another drive blacklist. > > In short, the headaches just aren't worth the 127->128kB gain. I wasn't aware of the controller issue - with that thrown in to the mix, I see your point. John. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/