Date: Mon, 4 Feb 2019 08:30:30 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r343733 - user/pho/stress2/misc Message-ID: <201902040830.x148UUWt070352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902040830.x148UUWt070352>