Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753726AbWKFU14 (ORCPT ); Mon, 6 Nov 2006 15:27:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753719AbWKFU14 (ORCPT ); Mon, 6 Nov 2006 15:27:56 -0500 Received: from brick.kernel.dk ([62.242.22.158]:8206 "EHLO kernel.dk") by vger.kernel.org with ESMTP id S1753158AbWKFU1z (ORCPT ); Mon, 6 Nov 2006 15:27:55 -0500 Date: Mon, 6 Nov 2006 21:30:02 +0100 From: Jens Axboe To: "Mike Miller (OS Dev)" Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH 6/12] repost: cciss: set sector_size to 2048 for performance Message-ID: <20061106203001.GF19471@kernel.dk> References: <20061106202055.GF17847@beardog.cca.cpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061106202055.GF17847@beardog.cca.cpqcorp.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 768 Lines: 22 On Mon, Nov 06 2006, Mike Miller (OS Dev) wrote: > PATCH 6/11 > > This patch changes the blk_queue_max_sectors from 512 to 2048. This helps > increase performance. > Please consider this for inclusion. Bad naming - I've never seen sector size refer to anything else but the actual sector size on the device. Here you use it as the largest supported command size. To make matters worse, you also export it in the proc file as such, that's certain to confuse users. In other news, ack on patch 1-5 so far. -- Jens Axboe - 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/