| commit | 7277232374680595cdbc774fd246b206f56db015 | [log] [tgz] |
|---|---|---|
| author | Peter Osterlund <petero2@telia.com> | Tue Feb 14 13:52:56 2006 -0800 |
| committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 14 16:09:33 2006 -0800 |
| tree | de128d380c1aae7f826aebc645a9c29f38dff0ee | |
| parent | 948423e5ccc33bc257384ad4b339214c577bc926 [diff] |
[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 <petero2@telia.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>