From: Peter Osterlund Date: Tue, 14 Feb 2006 21:52:56 +0000 (-0800) Subject: [PATCH] pktcdvd: Reduce stack usage X-Git-Tag: v2.6.16-rc4~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7277232374680595cdbc774fd246b206f56db015;p=pandora-kernel.git [PATCH] pktcdvd: Reduce stack usage Reduce stack usage in the pkt_start_write() function. Even though it's not currently a real problem, the pages and offsets arrays can be eliminated, which saves approximately 1000 bytes of stack space. Signed-off-by: Peter Osterlund Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed