Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 549274 | Differences between
and this patch

Collapse All | Expand All

(-)grub-core/fs/zfs/zfs.c.old (-1 / +1 lines)
Lines 281-287 Link Here
281
 */
281
 */
282
#define MAX_SUPPORTED_FEATURE_STRLEN 50
282
#define MAX_SUPPORTED_FEATURE_STRLEN 50
283
static const char *spa_feature_names[] = {
283
static const char *spa_feature_names[] = {
284
  "org.illumos:lz4_compress",NULL
284
  "org.illumos:lz4_compress","com.delphix:hole_birth","com.delphix:embedded_data",NULL
285
};
285
};
286
286
287
static int
287
static int

Return to bug 549274