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
This commit is contained in:
Alan Somers 2021-09-14 16:00:53 -06:00
parent a58abcde2c
commit ff33e5c83f
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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