diff options
Diffstat (limited to 'sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support')
-rw-r--r-- | sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support b/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support index e582bf96c958..ac1f474b2bd9 100644 --- a/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support +++ b/sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support @@ -92,7 +92,7 @@ index ba0554a..811e3df 100644 + * to be listed here since grub opens pools in read-only mode. + */ +static const char *spa_feature_names[] = { -+ "org.illumos:lz4_compress",NULL ++ "org.illumos:lz4_compress","com.delphix:hole_birth",NULL +}; + +static int NESTED_FUNC_ATTR |