]> 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:03:28 +0000 (16:03 +0100)
commitdeaa7052c5161f54b42da0c887d08fddfa1130d7
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