1a454ef Decrease stack usage in BtrFS.

Authored and Committed by Vladimir Serbinenko 10 years ago
    	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.
    
        
file modified
+9 -0
file modified
+11 -2