]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/zfeature_common.c
Illumos #3035 LZ4 compression support in ZFS and GRUB
[mirror_zfs.git] / module / zfs / zfeature_common.c
index 40066991b948f90bb0415c35180df6b2118f1a7f..2e1dc4e5cd0e4a87415e7fcb4f76dc8277d60706 100644 (file)
@@ -21,6 +21,7 @@
 
 /*
  * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
  */
 
 #ifdef _KERNEL
@@ -160,4 +161,7 @@ zpool_feature_init(void)
        zfeature_register(SPA_FEATURE_EMPTY_BPOBJ,
            "com.delphix:empty_bpobj", "empty_bpobj",
            "Snapshots use less space.", B_TRUE, B_FALSE, NULL);
+       zfeature_register(SPA_FEATURE_LZ4_COMPRESS,
+           "org.illumos:lz4_compress", "lz4_compress",
+           "LZ4 compression algorithm support.", B_FALSE, B_FALSE, NULL);
 }