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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to