Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/16/2007 14:26:09
Module Name:	src
Committed By:	pooka
Date:		Mon Jul 16 14:26:09 UTC 2007

Modified Files:
	src/sys/ufs/ffs: ffs_alloc.c

Log Message:
When allocating blocks, check minfree before asking kauth about
suser.  The latter has unknown cost and rarely needs to be called.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 src/sys/ufs/ffs/ffs_alloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.