svn commit: r343733 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Mon Feb 4 08:30:31 UTC 2019
Author: pho
Date: Mon Feb 4 08:30:29 2019
New Revision: 343733
URL: https://svnweb.freebsd.org/changeset/base/343733
Log:
Remove the incorrect check for "ufs extended attribute".
Reported by: cem@
Modified:
user/pho/stress2/misc/extattr.sh
user/pho/stress2/misc/extattr2.sh
user/pho/stress2/misc/extattr_set_fd.sh
Modified: user/pho/stress2/misc/extattr.sh
==============================================================================
--- user/pho/stress2/misc/extattr.sh Mon Feb 4 05:37:16 2019 (r343732)
+++ user/pho/stress2/misc/extattr.sh Mon Feb 4 08:30:29 2019 (r343733)
@@ -34,7 +34,6 @@
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
. ../default.cfg
-[ "`sysctl -in kern.features.ufs_extattr`" != "1" ] && exit 0
[ -z "`which setfacl`" ] && exit 0
odir=`pwd`
Modified: user/pho/stress2/misc/extattr2.sh
==============================================================================
--- user/pho/stress2/misc/extattr2.sh Mon Feb 4 05:37:16 2019 (r343732)
+++ user/pho/stress2/misc/extattr2.sh Mon Feb 4 08:30:29 2019 (r343733)
@@ -34,11 +34,12 @@
# "panic: softdep_deallocate_dependencies: dangling deps" seen:
# https://people.freebsd.org/~pho/stress/log/kostik1121.txt
# Fixed in r343536.
+# "panic: ffs_truncate3" seen:
+# https://people.freebsd.org/~pho/stress/log/extattr2.txt
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
. ../default.cfg
-[ "`sysctl -in kern.features.ufs_extattr`" != "1" ] && exit 0
[ -z "`which setfacl`" ] && exit 0
here=`pwd`
Modified: user/pho/stress2/misc/extattr_set_fd.sh
==============================================================================
--- user/pho/stress2/misc/extattr_set_fd.sh Mon Feb 4 05:37:16 2019 (r343732)
+++ user/pho/stress2/misc/extattr_set_fd.sh Mon Feb 4 08:30:29 2019 (r343733)
@@ -34,7 +34,6 @@
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
. ../default.cfg
-[ "`sysctl -in kern.features.ufs_extattr`" != "1" ] && exit 0
[ -z "`which setfacl`" ] && exit 0
here=`pwd`
More information about the svn-src-user
mailing list