the bitrig master branch has been updated by natano with 1 new commit:

commit 5786910c250fcd82ec3c5d2b0a960e1f1e00dcc1
diff: https://github.com/bitrig/bitrig/commit/5786910
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.

ok pedro@

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

Reply via email to