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-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html