diff --git a/module/zcommon/zfs_namecheck.c b/module/zcommon/zfs_namecheck.c index b9f704f5f..3076b8d8b 100644 --- a/module/zcommon/zfs_namecheck.c +++ b/module/zcommon/zfs_namecheck.c @@ -171,7 +171,7 @@ dataset_nestcheck(const char *path) * Where each component is made up of alphanumeric characters plus the following * characters: * - * [-_.:%] + * [-_.: %] * * We allow '%' here as we use that character internally to create unique * names for temporary clones (for online recv).