* grub-core/fs/zfs/zfs_lz4.c: New file.
* grub-core/fs/zfs/zfs.c: Tie up lz4 decompression.
This commit is contained in:
parent
776bdce291
commit
038016f48a
6 changed files with 334 additions and 2 deletions
|
@ -1332,6 +1332,7 @@ module = {
|
|||
name = zfs;
|
||||
common = fs/zfs/zfs.c;
|
||||
common = fs/zfs/zfs_lzjb.c;
|
||||
common = fs/zfs/zfs_lz4.c;
|
||||
common = fs/zfs/zfs_sha256.c;
|
||||
common = fs/zfs/zfs_fletcher.c;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue