Module Name: src Committed By: dholland Date: Sun Jan 29 06:29:05 UTC 2012
Modified Files: src/sys/compat/common: vfs_syscalls_50.c src/sys/compat/netbsd32: netbsd32_netbsd.c src/sys/kern: vfs_quotactl.c vfs_syscalls.c src/sys/sys: mount.h Log Message: Add vfs_quotactl() in between the syscall and VFS_QUOTACTL. Call it from the COMPAT_50 code as well as the current sys_quotactl instead of going directly to VFS_QUOTACTL. Doesn't actually do anything yet. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/compat/common/vfs_syscalls_50.c cvs rdiff -u -r1.175 -r1.176 src/sys/compat/netbsd32/netbsd32_netbsd.c cvs rdiff -u -r1.1 -r1.2 src/sys/kern/vfs_quotactl.c cvs rdiff -u -r1.442 -r1.443 src/sys/kern/vfs_syscalls.c cvs rdiff -u -r1.201 -r1.202 src/sys/sys/mount.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.