From: Alan Stern Date: Mon, 23 Mar 2009 13:51:02 +0000 (-0400) Subject: USB: usb-storage: increase max_sectors for tape drives X-Git-Tag: v2.6.30-rc1~670^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c16034d73da2c1b663aa25dedadbc533b3d811c;p=pandora-kernel.git USB: usb-storage: increase max_sectors for tape drives This patch (as1203) increases the max_sector limit for USB tape drives. By default usb-storage sets max_sectors to 240 (i.e., 120 KB) for all devices. But tape drives need a higher limit, since tapes can and do have very large block sizes. Without the ability to transfer an entire large block in a single command, such tapes can't be used. This fixes Bugzilla #12207. Signed-off-by: Alan Stern Reported-and-tested-by: Phil Mitchell Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed