freebsd-dev/sys/cddl/contrib/opensolaris
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
..
common Fix misalignment in nvpair_native_embedded() caused by the compiler 2009-08-16 01:48:46 +00:00
uts We have to eventually look for provider without checking guid as this is need 2009-12-05 20:16:28 +00:00
OPENSOLARIS.LICENSE Now that we have CDDLed code in the tree, add CDDL license. 2007-09-23 07:04:50 +00:00