Prior to this commit, mounting fusefs will only work when the 'from' mount option is /dev/fuse, with this commit additional information can be added, such as /dev/fuse:mount_specific_info (similar to NFS)
This introduces no functional changes, expect that df will show fuse daemon specific info instead of just /dev/fuse as filesystem. Since I'm working in porting webdav fuse filesystem to FreeBSD, I find it helpful to have df shows something like:
http://192.168.1.10/ 159G 95G 64G 60% /mnt/test
http://192.168.1.11/ 18G 7.4G 9.5G 44% /mnt/test1
instead of:
/dev/fuse 159G 95G 64G 60% /mnt/test
/dev/fuse 18G 7.4G 9.5G 44% /mnt/test1
If this gets accepted, I will work to add support for it to libfuse.