From: Phillip Susi Date: Sun, 5 Feb 2006 07:27:48 +0000 (-0800) Subject: [PATCH] pktcdvd: Allow larger packets X-Git-Tag: v2.6.16-rc3~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c55ac9bbca22ee134408f83de5f2bda3b1b2a53;p=pandora-kernel.git [PATCH] pktcdvd: Allow larger packets The pktcdvd driver uses a compile time macro constant to define the maximum supported packet length. I changed this from 32 sectors to 128 sectors because that allows over 100 MB of additional usable space on a 700 MB cdrw, and increases throughput. Note that you need a modified cdrwtool program that can format a CDRW disc with larger packets to benefit from this change. Signed-off-by: Peter Osterlund Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed