From owner-svn-src-user@FreeBSD.ORG Sun Feb 8 10:16:31 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4810E4D1; Sun, 8 Feb 2015 10:16:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3458077B; Sun, 8 Feb 2015 10:16:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t18AGVXA076738; Sun, 8 Feb 2015 10:16:31 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t18AGVrY076737; Sun, 8 Feb 2015 10:16:31 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201502081016.t18AGVrY076737@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Sun, 8 Feb 2015 10:16:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r278376 - user/pho/stress2/misc X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2015 10:16:31 -0000 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) &