From 9e6d85edbe6c6794c091228b239202675b7e3cfc Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Sat, 4 Feb 2006 23:27:48 -0800 Subject: [PATCH] --- yaml --- r: 19800 b: refs/heads/master c: 5c55ac9bbca22ee134408f83de5f2bda3b1b2a53 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/pktcdvd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 82cde1361044..9ac39553e590 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e1bc89bc9991e994f2b3c60d9ad2fdb5ad9b10fc +refs/heads/master: 5c55ac9bbca22ee134408f83de5f2bda3b1b2a53 diff --git a/trunk/include/linux/pktcdvd.h b/trunk/include/linux/pktcdvd.h index 1623da88d6fe..8a94c717c266 100644 --- a/trunk/include/linux/pktcdvd.h +++ b/trunk/include/linux/pktcdvd.h @@ -169,7 +169,7 @@ struct packet_iosched #if (PAGE_SIZE % CD_FRAMESIZE) != 0 #error "PAGE_SIZE must be a multiple of CD_FRAMESIZE" #endif -#define PACKET_MAX_SIZE 32 +#define PACKET_MAX_SIZE 128 #define FRAMES_PER_PAGE (PAGE_SIZE / CD_FRAMESIZE) #define PACKET_MAX_SECTORS (PACKET_MAX_SIZE * CD_FRAMESIZE >> 9)