diff options
author | pjd <pjd@FreeBSD.org> | 2009-12-05 20:16:28 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2009-12-05 20:16:28 +0000 |
commit | d0a68d920c409d295113cb969bbd438b42c7017d (patch) | |
tree | b3ff1976a5600c953e9f5742672a881c294ce39b /usr.bin/write/Makefile | |
parent | dd6da936a1fd0326da76832a4fd3e5688ca1190e (diff) | |
download | FreeBSD-src-d0a68d920c409d295113cb969bbd438b42c7017d.zip FreeBSD-src-d0a68d920c409d295113cb969bbd438b42c7017d.tar.gz |
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
Diffstat (limited to 'usr.bin/write/Makefile')
0 files changed, 0 insertions, 0 deletions