Module Name: src Committed By: dholland Date: Wed Jan 25 17:43:37 UTC 2012
Modified Files: src/lib/libquota: quota_cursor.c quota_delete.c quota_get.c quota_oldfiles.c quota_open.c quota_put.c quota_schema.c quotapvt.h Log Message: Improve how quota_open() works and generally improve function dispatching. Allow access to the quota files via the oldfiles code if quotaon hasn't run yet. Change the latter so it calls getfsent() up front (and only once) to make it easier to avoid whacking caller state. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libquota/quota_cursor.c \ src/lib/libquota/quota_get.c src/lib/libquota/quota_schema.c cvs rdiff -u -r1.2 -r1.3 src/lib/libquota/quota_delete.c \ src/lib/libquota/quota_oldfiles.c src/lib/libquota/quota_put.c cvs rdiff -u -r1.4 -r1.5 src/lib/libquota/quota_open.c cvs rdiff -u -r1.9 -r1.10 src/lib/libquota/quotapvt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.