aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2021-09-14 22:00:53 +0000
committerAlan Somers <asomers@FreeBSD.org>2021-09-15 18:59:21 +0000
commitff33e5c83fa8448aa9a594783f20f501942087f0 (patch)
tree2fd6bfddbc9a10eef48375dd26dba12f7f6d55aa /tools
parenta58abcde2c83b71e5bf19575750564f7bff78833 (diff)
downloadsrc-ff33e5c83fa8448aa9a594783f20f501942087f0.tar.gz
src-ff33e5c83fa8448aa9a594783f20f501942087f0.zip
stress2: replace fuse.ko with fusefs.ko
It got renamed in FreeBSD 13 Reviewed by: pho MFC after: 2 weeks Sponsored by: Axcient Differential Revision: https://reviews.freebsd.org/D31963
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test/stress2/misc/fuse.sh2
-rwxr-xr-xtools/test/stress2/misc/fuse2.sh4
-rwxr-xr-xtools/test/stress2/misc/fuse3.sh4
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/test/stress2/misc/fuse.sh b/tools/test/stress2/misc/fuse.sh
index 682fdb122845..08c63996a81b 100755
--- a/tools/test/stress2/misc/fuse.sh
+++ b/tools/test/stress2/misc/fuse.sh
@@ -33,7 +33,7 @@
. ../default.cfg
[ -z "`type mkntfs 2>/dev/null`" ] && exit 0
-[ -c /dev/fuse ] || kldload fuse.ko
+[ -c /dev/fuse ] || kldload fusefs.ko
MOUNT=/usr/local/bin/ntfs-3g
diff --git a/tools/test/stress2/misc/fuse2.sh b/tools/test/stress2/misc/fuse2.sh
index 3bd54fa080f5..d155386972c1 100755
--- a/tools/test/stress2/misc/fuse2.sh
+++ b/tools/test/stress2/misc/fuse2.sh
@@ -32,11 +32,11 @@
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
[ -z "`type mkntfs 2>/dev/null`" ] && exit 0
-[ -c /dev/fuse ] || kldload fuse.ko
+[ -c /dev/fuse ] || kldload fusefs.ko
. ../default.cfg
-[ -c /dev/fuse ] || kldload fuse.ko
+[ -c /dev/fuse ] || kldload fusefs.ko
MOUNT=/usr/local/bin/ntfs-3g
mounts=15 # Number of parallel scripts
mdstart=$mdstart # Use md unit numbers from this point
diff --git a/tools/test/stress2/misc/fuse3.sh b/tools/test/stress2/misc/fuse3.sh
index d11e9f4140f7..9da6f92b175f 100755
--- a/tools/test/stress2/misc/fuse3.sh
+++ b/tools/test/stress2/misc/fuse3.sh
@@ -36,7 +36,7 @@
sleep 10
while pgrep -q swap; do
- kldload fuse.ko
- kldunload fuse.ko
+ kldload fusefs.ko
+ kldunload fusefs.ko
done
wait