forked from kdave/btrfs-progs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs-progs: build: add option to disable LZO support for restore
LZO as a compression format is pretty archaic these days, there are better algorithms in all metrics for compression and decompression, and lzo hasn't had a new release since 2017. Add an option to disable LZO (defaulting to enabled), and respect it in cmds/restore.c. NOTE: disabling support for LZO will make make it impossible to restore data from filesystems where the compression has ever been used. It's not recommended to build without the support in general. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: David Sterba <dsterba@suse.com>
- Loading branch information
1 parent
a60afdc
commit 73545c1
Showing
4 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters