]> git.proxmox.com Git - grub2.git/commit - grub-core/Makefile.core.def
Add support for LZO compression in btrfs.
authorSzymon Janc <szymon@janc.net.pl>
Sun, 14 Aug 2011 09:46:05 +0000 (11:46 +0200)
committerSzymon Janc <szymon@janc.net.pl>
Sun, 14 Aug 2011 09:46:05 +0000 (11:46 +0200)
commit095f077e6db33fefb9c9eae6fcbb47b2bef577f8
treecfe0a181a464264691b9c9b75275ce245f5d6b98
parentb6085f323611098c84177e90701809b6a8c5dcaf
Add support for LZO compression in btrfs.

* Makefile.util.def (libgrubmods.a): Add minilzo.c and add required flags
to cflags in cppflags.
* Makefile.core.def (btrfs): Likewise.
* grub-core/fs/btrfs.c: Include minilzo.h.
(grub_btrfs_superblock): Add sectorsize, nodesize, leafsize, stripsize and
dummy5 field.
(GRUB_BTRFS_COMPRESSION_LZO): New define.
(grub_btrfs_extent_read): Add support for LZO compression type.
ChangeLog.lzo
Makefile.util.def
grub-core/Makefile.core.def
grub-core/fs/btrfs.c