Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2018 09:55:31 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r340214 - user/pho/stress2/misc
Message-ID:  <201811070955.wA79tVC0082457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}'`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811070955.wA79tVC0082457>