svn commit: r293878 - head/tests/sys/geom/class/gate

Garrett Cooper ngie at FreeBSD.org
Thu Jan 14 07:27:15 UTC 2016


Author: ngie
Date: Thu Jan 14 07:27:14 2016
New Revision: 293878
URL: https://svnweb.freebsd.org/changeset/base/293878

Log:
  Remove unnecessary kldload logic added to geom_subr.sh in r293028
  
  MFC after: 2 weeks
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tests/sys/geom/class/gate/conf.sh

Modified: head/tests/sys/geom/class/gate/conf.sh
==============================================================================
--- head/tests/sys/geom/class/gate/conf.sh	Thu Jan 14 05:02:33 2016	(r293877)
+++ head/tests/sys/geom/class/gate/conf.sh	Thu Jan 14 07:27:14 2016	(r293878)
@@ -5,6 +5,4 @@ name="$(mktemp -u gate.XXXXXX)"
 class="gate"
 base=`basename $0`
 
-kldstat -q -m g_${class} || kldload geom_${class} || exit 1
-
 . `dirname $0`/../geom_subr.sh


More information about the svn-src-all mailing list