Module Name: src Committed By: bouyer Date: Sun Sep 30 21:26:58 UTC 2012
Modified Files: src/tests/fs/ffs: h_quota2_tests.c t_miscquota.sh Log Message: Add test cases for the bug fixed in sys/ufs/ufs/ufs_quota2.c 1.35: when a on-disk block/inode allocation triggers allocating a new quota entry, the new quota entry is not in the quota2 header block, and the allocation will later be denied, the changes to the quota block would not be flushed to disk, leading to list corruption (detected by fsck). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/ffs/h_quota2_tests.c cvs rdiff -u -r1.6 -r1.7 src/tests/fs/ffs/t_miscquota.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.