Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/13/2004 08:46:43
Module Name:	src
Committed By:	yamt
Date:		Mon Dec 13 08:46:43 UTC 2004

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

Log Message:
sys_acct: use VOP_SETATTR instead of VOP_TRUNCATE as the latter's
filesystem internal.  while i'm here, fix vnode locking.

XXX vn_start_write


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/kern/kern_acct.c

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