View | Details | Raw Unified | Return to bug 188524
Collapse All | Expand All

(-)sysutils/grub2/files/patch-grub-2.00-zfs-feature-flag-support (-1 / +1 lines)
Lines 92-98 Link Here
92
+ * to be listed here since grub opens pools in read-only mode.
92
+ * to be listed here since grub opens pools in read-only mode.
93
+ */
93
+ */
94
+static const char *spa_feature_names[] = {
94
+static const char *spa_feature_names[] = {
95
+	"org.illumos:lz4_compress",NULL
95
+	"org.illumos:lz4_compress","com.delphix:hole_birth",NULL
96
+};
96
+};
97
+
97
+
98
+static int NESTED_FUNC_ATTR
98
+static int NESTED_FUNC_ATTR

Return to bug 188524