aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
authorRich Ercolani <[email protected]>2022-03-03 13:43:38 -0500
committerGitHub <[email protected]>2022-03-03 10:43:38 -0800
commit56fa4aa96eb3875f254e93eaef646ea20ba187f9 (patch)
treea0d2ba696a216371a2e2ae063920114fa09deb68 /include/sys
parent29a0ffe7951367faeea58e348ee93e037acf56f8 (diff)
Default to ON for compression
A simple change, but so many tests break with it, and those are the majority of this. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes #13078
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/zio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zio.h b/include/sys/zio.h
index 07135d1e2..2cf10f309 100644
--- a/include/sys/zio.h
+++ b/include/sys/zio.h
@@ -125,7 +125,7 @@ enum zio_checksum {
#define ZIO_COMPRESS_LEGACY_ON_VALUE ZIO_COMPRESS_LZJB
#define ZIO_COMPRESS_LZ4_ON_VALUE ZIO_COMPRESS_LZ4
-#define ZIO_COMPRESS_DEFAULT ZIO_COMPRESS_OFF
+#define ZIO_COMPRESS_DEFAULT ZIO_COMPRESS_ON
#define BOOTFS_COMPRESS_VALID(compress) \
((compress) == ZIO_COMPRESS_LZJB || \