Subject: CVS commit: src/sys/nfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/28/2005 10:11:31
Module Name:	src
Committed By:	yamt
Date:		Fri Jan 28 10:11:31 UTC 2005

Modified Files:
	src/sys/nfs: nfs_subs.c

Log Message:
nfs_clearcommit: don't attempt to clear commit info (n_pushlo, etc)
unless the vnode is of VREG.  union members used to keep commit info
are used for other purposes in the case of !VREG.


To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 src/sys/nfs/nfs_subs.c

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