From: Peter Osterlund Date: Tue, 4 Mar 2008 22:28:41 +0000 (-0800) Subject: pktcdvd: reduce stack consumption X-Git-Tag: v2.6.25-rc4~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05680d86d21bdbe56db80c66c24c686590815f1f;p=pandora-kernel.git pktcdvd: reduce stack consumption On my system, pkt_open() consumes 584 bytes because the compiler decides to inline lots of functions that would not normally be part of long call chains. The following patch fixes that problem on my system. Signed-off-by: Peter Osterlund Cc: Nix Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed