git: Don't remove "/boot/kernel/fuse.ko" with "make upgrade"
Aaron LI
aly at crater.dragonflybsd.org
Sat Sep 6 03:58:18 PDT 2025
commit 6098912863ed4c7b3f70d7483910ce2956cf4ed3
Author: Aaron LI <aly at aaronly.me>
Date: Sat Sep 6 18:50:47 2025 +0800
Don't remove "/boot/kernel/fuse.ko" with "make upgrade"
The fuse kernel module was accidentally enabled in commit
df8dfe6e4994f81f7a8a3cf7c5fbdce4451ac41b, then disabled in commit
b4ba18e89cc0b69b2dc61ae492630863cd75089d.
After that, Matt Dillon fixed many issues to make it usuable and then
re-enabled it; see commits:
- 5d0d0bafbc717a20af3abdbf6366fee0ae276685
sys/vfs/fuse: Fix a ton of stuff and get writes working
- 1a8e5e4cf0cfbe16676810f7edca73f98bb9b8f5
sys/vfs/fuse: Fix a ton more stuff
- 887de9e3548f7044c6016d8242b2070af67021b2
sys/vfs/fuse: Some mmap related fixes, issues with sshfs and FUSE_FORGET
So we shouldn't remove the built kernel module within "make upgrade".
Reminded-by: swildner
Summary of changes:
Makefile_upgrade.inc | 1 -
1 file changed, 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6098912863ed4c7b3f70d7483910ce2956cf4ed3
--
DragonFly BSD source repository
More information about the Commits
mailing list