Module Name: src Committed By: dholland Date: Sun Jan 29 06:47:38 UTC 2012
Modified Files: src/sys/kern: vfs_quotactl.c src/sys/sys: quotactl.h src/sys/ufs/ufs: ufs_quota.c ufs_quota.h ufs_quota1.c ufs_quota2.c Log Message: Pass only one objtype and its quotaval to QUOTACTL_SET at one time. (The backend code to handle this is a lot tidier than I expected given that the proplib code doesn't allow setting blocks and files independently; I was afraid there would turn out to be a reason for that...) Note: this change requires a kernel version bump. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/kern/vfs_quotactl.c cvs rdiff -u -r1.10 -r1.11 src/sys/sys/quotactl.h cvs rdiff -u -r1.82 -r1.83 src/sys/ufs/ufs/ufs_quota.c cvs rdiff -u -r1.7 -r1.8 src/sys/ufs/ufs/ufs_quota.h cvs rdiff -u -r1.12 -r1.13 src/sys/ufs/ufs/ufs_quota1.c cvs rdiff -u -r1.8 -r1.9 src/sys/ufs/ufs/ufs_quota2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.