Module Name: src Committed By: dholland Date: Sun Jan 29 06:23:21 UTC 2012
Modified Files: src/sys/compat/common: vfs_syscalls_50.c src/sys/ufs/ufs: quota1.h quota1_subr.c ufs_quota1.c src/usr.sbin/edquota: edquota.c Log Message: Change dqblk_to_quotaval() from quota1_subr.c to dqblk_to_quotavals(), and pass in two single quotaval structs (for blocks and inodes) instead of an array of (implicitly) QUOTA_NLIMITS quotaval structs indexed by constants from quotaprop.h. Note: because this code is used by COMPAT_50 as well as ufs, this change requires a kernel version bump. (The code is also used by edquota, but via .PATH so it's not ABI-sensitive there.) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/compat/common/vfs_syscalls_50.c cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/ufs/quota1.h cvs rdiff -u -r1.6 -r1.7 src/sys/ufs/ufs/quota1_subr.c \ src/sys/ufs/ufs/ufs_quota1.c cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/edquota/edquota.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.