On Thu, Jun 06, 2013 at 15:39, Sylvestre Gallon wrote: > Hi tech@ > > I was currently trying to get the fuse sysctls working when I found a bug > in sbin/sysctl.c > > If you look at sys/kern/vfs_init.c MOUNT_FUSEFS use the biggest typenum : 18. > So when the function vfsinit in sbin/sysctl.c gets VFS_MAXTYPENUM it gets > 18, but this value will never be reached in the for statement... > > I jump on the occasion to remove all compilation warnings for sysctl.
Unfortunately, this makes it hard to see the real change. Can you do just the fix as a diff please? I'm happy to fix the warnings too, but separately.