Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 07/31/2007 09:29:53
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>


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.