svn commit: r253758 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Mon Jul 29 06:52:51 UTC 2013
Author: pho
Date: Mon Jul 29 06:52:50 2013
New Revision: 253758
URL: http://svnweb.freebsd.org/changeset/base/253758
Log:
Use "mount -t fdescfs" instead of "mount_fdescfs".
Sponsored by: EMC / Isilon storage division
Modified:
user/pho/stress2/misc/fdescfs.sh
Modified: user/pho/stress2/misc/fdescfs.sh
==============================================================================
--- user/pho/stress2/misc/fdescfs.sh Mon Jul 29 05:54:13 2013 (r253757)
+++ user/pho/stress2/misc/fdescfs.sh Mon Jul 29 06:52:50 2013 (r253758)
@@ -61,8 +61,7 @@ else
# The test: Parallel mount and unmounts
for i in `jot 128`; do
-# mount -t fdescfs null ${mntpoint}$1 # This causes mound to complain
- mount_fdescfs null ${mntpoint}$1
+ mount -t fdescfs null ${mntpoint}$1
while mount | grep -wq ${mntpoint}$1; do
umount -f ${mntpoint}$1 > /dev/null 2>&1
done
More information about the svn-src-user
mailing list