Page MenuHomeFreeBSD

D29419.diff
No OneTemporary

D29419.diff

Index: sys/contrib/openzfs/module/zcommon/zfs_namecheck.c
===================================================================
--- sys/contrib/openzfs/module/zcommon/zfs_namecheck.c
+++ sys/contrib/openzfs/module/zcommon/zfs_namecheck.c
@@ -450,11 +450,16 @@
return (-1);
}
+ /* We really do not need this historical artifact
+ * as this was entirely a Solaris and OpenSolaris concern
+ * Dennis Clarke dclarke@blastwave.org
+ *
if (pool[0] == 'c' && (pool[1] >= '0' && pool[1] <= '9')) {
if (why)
*why = NAME_ERR_DISKLIKE;
return (-1);
}
+ */
return (0);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 27, 8:16 AM (12 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17801403
Default Alt Text
D29419.diff (705 B)

Event Timeline