svn commit: r278376 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Sun Feb 8 10:16:31 UTC 2015


Author: pho
Date: Sun Feb  8 10:16:30 2015
New Revision: 278376
URL: https://svnweb.freebsd.org/changeset/base/278376

Log:
  Clean up.
  
  Sponsored by:	 EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/umountf3.sh

Modified: user/pho/stress2/misc/umountf3.sh
==============================================================================
--- user/pho/stress2/misc/umountf3.sh	Sun Feb  8 09:30:15 2015	(r278375)
+++ user/pho/stress2/misc/umountf3.sh	Sun Feb  8 10:16:30 2015	(r278376)
@@ -53,8 +53,6 @@ mdconfig -a -t vnode -f $D -u ${mdstart}
 bsdlabel -w md${mdstart} auto
 newfs md${mdstart}${part} > /dev/null 2>&1
 mount /dev/md${mdstart}${part} $mntpoint
-#newfs_msdos -F 32 -b 8192 /dev/md${mdstart}a
-#mount -t msdosfs /dev/md${mdstart}a $mntpoint
 export RUNDIR=$mntpoint/stressX
 for i in `jot 25`; do
 	(cd /$mntpoint; /tmp/umountf3) &


More information about the svn-src-user mailing list