Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2008 02:48:22 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/part g_part_bsd.c
Message-ID:  <200809290248.m8T2mRpc091361@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809290248.m8T2mRpc091361>