]> git.ipfire.org Git - thirdparty/grub.git/commit
Decrease stack usage in BtrFS.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 16 Nov 2013 15:03:28 +0000 (16:03 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 16 Nov 2013 15:15:26 +0000 (16:15 +0100)
commit1a454efe89ea84794d1e658a357128163297a6d9
tree0df11e91cb44767a90d3015050d16e67344b67ca
parent7b5d51d837c6fe88fe94198f41a654a03e4d71de
Decrease stack usage in BtrFS.

We have only 92K of stack and using over 4K per frame is wasteful

* grub-core/fs/btrfs.c (grub_btrfs_lzo_decompress): Allocate on heap
rather than stack.
ChangeLog
grub-core/fs/btrfs.c