Actions
Submit #3308
closed[PATCH] Remove GPL ext2 and make sys/vfs/ext2fs the default
Start date:
12/07/2021
Due date:
% Done:
0%
Estimated time:
Description
I'm going to replace the ext2 implementation.
Not much reason to keep unstable version as default.
Confirmed make buildworld builds.
-----
ext2fs: Remove sys/gnu/vfs/ext2fs and make sys/vfs/ext2fs the default
This commit removes the old+unstable GPL ext2 implementation,
and makes the new FreeBSD based ext2 implementation the default.
- Remove sys/gnu/vfs.
- Rename sys/vfs/ext2fs/ext2fs_freebsd.ko > ext2fs.ko. Modify unusual userspace program which includes kernel struct.
- Bump __DragonFly_version to 600107.
-----
Actions