Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115635063
D29419.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
705 B
Referenced Files
None
Subscribers
None
D29419.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D29419: ZFS NAME_ERR_DISKLIKE check is Solaris-specific
Attached
Detach File
Event Timeline
Log In to Comment