svn commit: r190443 - head/sys/geom/part

Marcel Moolenaar marcel at FreeBSD.org
Thu Mar 26 09:42:25 PDT 2009


Author: marcel
Date: Thu Mar 26 16:42:24 2009
New Revision: 190443
URL: http://svn.freebsd.org/changeset/base/190443

Log:
  Change the priority from high to normal. This makes sure that
  the BSD or GPT schemes can take precedence as appropriate.

Modified:
  head/sys/geom/part/g_part_ebr.c

Modified: head/sys/geom/part/g_part_ebr.c
==============================================================================
--- head/sys/geom/part/g_part_ebr.c	Thu Mar 26 14:20:16 2009	(r190442)
+++ head/sys/geom/part/g_part_ebr.c	Thu Mar 26 16:42:24 2009	(r190443)
@@ -420,7 +420,7 @@ g_part_ebr_probe(struct g_part_table *ta
 			goto out;
 	}
 
-	res = G_PART_PROBE_PRI_HIGH;
+	res = G_PART_PROBE_PRI_NORM;
 
  out:
 	g_free(buf);


More information about the svn-src-all mailing list