freebsd-dev/sys/cddl
Pawel Jakub Dawidek dfb903e852 We have to eventually look for provider without checking guid as this is need
for attaching when there is no metadata yet.

Before r200125 the order of looking for providers was wrong. It was:
1. Find provider by name.
2. Find provider by guid.
3. Find provider by name and guid.

Where it should have been:
1. Find provider by name and guid.
2. Find provider by guid.
3. Find provider by name.

MFC after:	1 week
2009-12-05 20:16:28 +00:00
..
boot/zfs Correct another case of not doing 64bit math. This allows mine and 2009-11-13 02:50:50 +00:00
compat/opensolaris - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and call 2009-10-30 23:33:06 +00:00
contrib/opensolaris We have to eventually look for provider without checking guid as this is need 2009-12-05 20:16:28 +00:00
dev dtrace_gethrtime: improve scaling of TSC ticks to nanoseconds 2009-07-15 17:07:39 +00:00