Module Name: src Committed By: dholland Date: Sun Jan 29 07:00:40 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: Pass the cursor to QUOTACTL_GETALL. Don't pass unused proplib items. Note: this change requires a kernel version bump. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/kern/vfs_quotactl.c cvs rdiff -u -r1.19 -r1.20 src/sys/sys/quotactl.h cvs rdiff -u -r1.93 -r1.94 src/sys/ufs/ufs/ufs_quota.c cvs rdiff -u -r1.15 -r1.16 src/sys/ufs/ufs/ufs_quota.h cvs rdiff -u -r1.16 -r1.17 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.