Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 09/26/2002 23:41:27
Module Name:	syssrc
Committed By:	bouyer
Date:		Thu Sep 26 20:41:27 UTC 2002

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

Log Message:
In nfsrv_create(), kill an extra PNBUF_PUT() in the NFSv2 mknod case. The
pnbuf has already been freed by VOP_MKNOD. This should have been removed in
rev 1.60.
Should fix PR 18013, OK'd by fvdl.


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 syssrc/sys/nfs/nfs_serv.c

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