Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/22/2002 13:10:30
Module Name:	syssrc
Committed By:	yamt
Date:		Tue Oct 22 10:10:29 UTC 2002

Modified Files:
	syssrc/sys/nfs: nfs_vnops.c

Log Message:
fix panic introduced by my previous commit.

for device special files, VOP_UNLOCK is called
by nfs_loadattrcache with v_data == 0.

reported and tested by Matthias Drochner.


To generate a diff of this commit:
cvs rdiff -r1.154 -r1.155 syssrc/sys/nfs/nfs_vnops.c

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