commit | 05680d86d21bdbe56db80c66c24c686590815f1f | [log] [tgz] |
---|---|---|
author | Peter Osterlund <petero2@telia.com> | Tue Mar 04 14:28:41 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Mar 04 16:35:12 2008 -0800 |
tree | 79b8e9b0eef38b93b68b57d54dc9fb44a36cebd6 | |
parent | 735c4fb916e9f83a9350aeb2680d77d01ea75094 [diff] |
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 <petero2@telia.com> Cc: Nix <nix@esperi.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>