Module Name: src Committed By: dholland Date: Sun Jan 29 07:08:58 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_quota2.c Log Message: Don't pass the idtype to QUOTACTL_GETALL. Instead, iterate both users and groups. This change requires a kernel version bump. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/kern/vfs_quotactl.c cvs rdiff -u -r1.24 -r1.25 src/sys/sys/quotactl.h cvs rdiff -u -r1.96 -r1.97 src/sys/ufs/ufs/ufs_quota.c cvs rdiff -u -r1.18 -r1.19 src/sys/ufs/ufs/ufs_quota.h cvs rdiff -u -r1.24 -r1.25 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.