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

Peter Holm pho at FreeBSD.org
Wed Nov 7 09:55:32 UTC 2018


Author: pho
Date: Wed Nov  7 09:55:31 2018
New Revision: 340214
URL: https://svnweb.freebsd.org/changeset/base/340214

Log:
  Syscall fuzzing unmount(4) as root is too disruptive.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/syscall6.sh
==============================================================================
--- user/pho/stress2/misc/syscall6.sh	Wed Nov  7 09:49:25 2018	(r340213)
+++ user/pho/stress2/misc/syscall6.sh	Wed Nov  7 09:55:31 2018	(r340214)
@@ -37,7 +37,7 @@
 
 [ -f /usr/include/sys/syscall.h ] || exit 0
 
-list="fdatasync mount ktrace unmount"
+list="fdatasync mount ktrace"
 
 for i in $list; do
 	num=`grep SYS_$i /usr/include/sys/syscall.h | tail -1 | awk '{print $NF}'`


More information about the svn-src-user mailing list