Remove explicit rejection of zero duid in disk_map() added in 1.262.
authormiod <miod@openbsd.org>
Fri, 10 Feb 2023 07:00:12 +0000 (07:00 +0000)
committermiod <miod@openbsd.org>
Fri, 10 Feb 2023 07:00:12 +0000 (07:00 +0000)
commitc122e6983296d14c9061c588d49b4c9dd23f606e
tree37397413309690869d98099d6a818b8c79c19c1d
parent22a9c15e1d6ae61bd8246415133c635414137893
Remove explicit rejection of zero duid in disk_map() added in 1.262.
Spoofed labels have zero duid and there is no reason not to allow them to
work with duid notation.

ok kn@
sys/kern/subr_disk.c