svn commit: r254272 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Tue Aug 13 07:04:30 UTC 2013
Author: pho
Date: Tue Aug 13 07:04:29 2013
New Revision: 254272
URL: http://svnweb.freebsd.org/changeset/base/254272
Log:
Fixed typo and remove two unneeded lines.
Sponsored by: EMC / Isilon storage division
Modified:
user/pho/stress2/misc/rename10.sh
Modified: user/pho/stress2/misc/rename10.sh
==============================================================================
--- user/pho/stress2/misc/rename10.sh Tue Aug 13 06:25:34 2013 (r254271)
+++ user/pho/stress2/misc/rename10.sh Tue Aug 13 07:04:29 2013 (r254272)
@@ -32,7 +32,7 @@
# Regression test for rename(2) problem with missing reference release of
# a busy "to" vnode, resulting in a leak.
-# Fixed in r253998l
+# Fixed in r253998.
. ../default.cfg
@@ -43,9 +43,6 @@ cc -o rename10 -Wall -Wextra -g -O2 rena
rm -f rename10.c
cd $here
-mount | grep $mntpoint | grep -q tmpfs && umount -f $mntpoint
-mount -t tmpfs tmpfs $mntpoint
-
mount | grep "on $mntpoint " | grep -q /dev/md && umount -f $mntpoint
mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
More information about the svn-src-user
mailing list