cvs commit: src/sys/geom/part g_part_bsd.c
Marcel Moolenaar
marcel at FreeBSD.org
Mon Sep 29 02:48:27 UTC 2008
marcel 2008-09-29 02:48:22 UTC
FreeBSD src repository
Modified files:
sys/geom/part g_part_bsd.c
Log:
SVN rev 183455 on 2008-09-29 02:48:22Z by marcel
Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORM
if the probe succeeds. This guarantees that the BSD scheme
wins over the MBR scheme when MBR gets to probe first. Build-
or link-time conditions can cause schemes to end up in the
linker set in a different order. Normally BSD is before MBR
in the linker set and as such get to probe first. But typically
when the kernel gets rebuild or relinked, this can change.
Revision Changes Path
1.8 +1 -1 src/sys/geom/part/g_part_bsd.c
More information about the cvs-src
mailing list