diff options
author | Peter Osterlund <petero2@telia.com> | 2008-03-04 14:28:41 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-03-04 16:35:12 -0800 |
commit | 05680d86d21bdbe56db80c66c24c686590815f1f (patch) | |
tree | 79b8e9b0eef38b93b68b57d54dc9fb44a36cebd6 /drivers/block/virtio_blk.c | |
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>
Diffstat (limited to 'drivers/block/virtio_blk.c')
0 files changed, 0 insertions, 0 deletions