On Thu, Feb 25, 2010 at 10:59:01AM -0600, scameron@xxxxxxxxxxxxxxxxxx wrote: > void blk_queue_max_hw_sectors(struct request_queue *q, unsigned int max_sectors) > { > if (BLK_DEF_MAX_SECTORS > max_sectors) > q->limits.max_hw_sectors = BLK_DEF_MAX_SECTORS; > else > q->limits.max_hw_sectors = max_sectors; > } > EXPORT_SYMBOL(blk_queue_max_hw_sectors); > > So if you try to set max_hw_sectors to allow more than 512k via No, I'm an idiot, nevermind. BLK_DEF_MAX_SECTORS is the minimum. -- steve -- 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