the bitrig natano_vfs_quotactl branch has been created by natano. it is 1 commit behind master, and 1 commit ahead.
commit a0d90237942c2bf36b54ade1497279c1224e6c56 diff: https://github.com/bitrig/bitrig/commit/a0d9023 author: Martin Natano <[email protected]> date: Wed Sep 10 11:03:31 2014 +0200 Allow vfs_quotactl in struct vfsops to be NULL. Let VFS_QUOTACTL return EOPNOTSUPP when vfs_quotactl is NULL. Adapt cd9660, udf, fuse, msdosfs, tmpfs and nfs. M sys/isofs/cd9660/cd9660_extern.h M sys/isofs/cd9660/cd9660_vfsops.c M sys/isofs/udf/udf_extern.h M sys/isofs/udf/udf_vfsops.c M sys/miscfs/fuse/fuse_vfsops.c M sys/msdosfs/msdosfs_vfsops.c M sys/msdosfs/msdosfsmount.h M sys/nfs/nfs_vfsops.c M sys/nfs/nfsmount.h M sys/sys/mount.h M sys/tmpfs/tmpfs_vfsops.c
