http://bugzilla.kernel.org/show_bug.cgi?id=12207 ------- Comment #11 from anonymous@xxxxxxxxxxxxxxxxxxxx 2008-12-23 06:56 ------- Reply-To: James.Bottomley@xxxxxxxxxxxxxxxxxxxxx > ------- Comment #6 from stern@xxxxxxxxxxxxxxxxxxx 2008-12-23 05:59 ------- > You can change the max_sectors setting through sysfs. However the last time I > looked, the block layer limited max_sectors to 512 KB or something on that > order, so you can't get too much improvement. > > Why is a limit of 120 KB unreasonably small? All it means is that you have to > use more system calls to transfer the same amount of data. Is anything wrong > with that? Tapes need large block sizes. We can accommodate both: Just check for TYPE_TAPE in the slave_configure() and bump the limit back up. Any USB tape that doesn't do large block transfers will be truly broken. James -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. -- 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