Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/11/2003 00:34:12
Module Name:	src
Committed By:	jdolecek
Date:		Thu Apr 10 21:34:12 UTC 2003

Modified Files:
	src/sys/miscfs/genfs: genfs_vnops.c

Log Message:
improve genfs_eopnotsupp_rele() so that's usable for vop_rename,
  which uses WILLPUT for member which may be NULL
handle correctly dvp == vp case for WILLPUT members, so this works
  for vop_remove, vop_rename

thanks Bill Studenmund for code&comments on this


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/sys/miscfs/genfs/genfs_vnops.c

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