mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 02:19:20 +00:00
![Andriy Gapon](/assets/img/avatar_default.png)
arch_zfs_probe method is supposed to only probe for ZFS vdevs, but it can not expect that ZFS data is in a ready state yet. So, move some code from sparc64_zfs_probe to main to meet the constraints. Reported by: Chris Ross <cross+freebsd@distal.com> Tested by: Chris Ross <cross+freebsd@distal.com> MFC after: 4 days