Module Name: src Committed By: martin Date: Wed Apr 27 16:55:18 UTC 2022
Modified Files: src/lib/libquota [netbsd-8]: quota_oldfiles.c src/sys/ufs/ufs [netbsd-8]: ufs_quota1.c src/usr.sbin/quotaon [netbsd-8]: quotaon.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1739): usr.sbin/quotaon/quotaon.c: revision 1.31 lib/libquota/quota_oldfiles.c: revision 1.10 sys/ufs/ufs/ufs_quota1.c: revision 1.25 Fix default quota file names, both user and group quota used the same default name "QUOTAFILENAME, names[USRQUOTA])" resulting in diagnostic assertion and possibly corrupted quota data. Keep flag "UFS_QUOTA" set until the last quota is closed. Prevents a live lock when dqrele() finds a struct with "dq_cnt == 1" and flag "DQ_MOD" and cannot sync as flag UFS_QUOTA is unset. As the quota type comes from the kernel and is only valid when quota is on get the type before quota_off and after quota_on. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.26.1 src/lib/libquota/quota_oldfiles.c cvs rdiff -u -r1.22.10.1 -r1.22.10.2 src/sys/ufs/ufs/ufs_quota1.c cvs rdiff -u -r1.30 -r1.30.24.1 src/usr.sbin/quotaon/quotaon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.