]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fs/zfs/zfs: Mark vdev_zaps_v2 and head_errlog as supported
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 16 May 2024 19:27:41 +0000 (22:27 +0300)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 6 Jun 2024 14:55:16 +0000 (16:55 +0200)
We don't need any actual adjustments as we don't use the affected structures.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/zfs/zfs.c

index b5453e0062700018958facc652af013dccf3ce3a..dbe4ea50356613e7722e72c0235559c519fbfbc5 100644 (file)
@@ -291,6 +291,8 @@ static const char *spa_feature_names[] = {
   "com.delphix:embedded_data",
   "com.delphix:extensible_dataset",
   "org.open-zfs:large_blocks",
+  "com.klarasystems:vdev_zaps_v2",
+  "com.delphix:head_errlog",
   NULL
 };