Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ufs
Module Name: src
Committed By: hannken
Date: Tue Jul 31 09:29:53 UTC 2007
Modified Files:
src/sys/ufs/ufs: ufs_quota.c
Log Message:
- Replace the freelist with a pool. Current code never freed its dquot's.
- Always call dqsync() with dq locked.
- Add some assertions to verify the lock held.
- Serialize quotaon()/quotaoff(), dqhashmtx becomes dqlock. From ad@
Reviewed by: Andrew Doran <ad%netbsd.org@localhost>
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/ufs/ufs/ufs_quota.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index