On 20/03/2019 16:48, Alan Somers wrote:
Author: asomers Date: Wed Mar 20 21:48:43 2019 New Revision: 345350 URL: https://svnweb.freebsd.org/changeset/base/345350 Log: Rename fuse(4) to fusefs(4)This makes it more consistent with other filesystems, which all end in "fs",and more consistent with its mount helper, which is already named "mount_fusefs".Reviewed by: cem, rgrimesMFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D19649 Added: head/sys/modules/fusefs/ - copied from r345349, head/sys/modules/fuse/ Deleted: head/sys/modules/fuse/ Modified: head/UPDATING head/lib/libjail/jail.c head/sbin/mount_fusefs/mount_fusefs.c head/sys/conf/NOTES head/sys/conf/files head/sys/conf/options head/sys/fs/fuse/fuse.h head/sys/fs/fuse/fuse_file.c head/sys/fs/fuse/fuse_ipc.c head/sys/fs/fuse/fuse_main.c head/sys/fs/fuse/fuse_node.c head/sys/fs/fuse/fuse_vfsops.c head/sys/fs/fuse/fuse_vnops.c head/sys/modules/Makefile head/sys/modules/fusefs/Makefile
Hmm..Not that it matters but you renamed the module, shouldn't you rename the directory as well?
We have sys/fs/{deadfs|devfs|ext2fs|fdescfs|fifofs|msdosfs| ... etcfs}.
Cheers,
Pedro.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"
