Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/28/2007 09:28:11
Module Name:	src
Committed By:	pooka
Date:		Tue Aug 28 09:28:11 UTC 2007

Modified Files:
	src/sys/kern: vfs_syscalls.c

Log Message:
In quotactl, move vrele() to after the VFS call: protects the
mountpoint from being wiped under us better.

from David Holland


To generate a diff of this commit:
cvs rdiff -r1.325 -r1.326 src/sys/kern/vfs_syscalls.c

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