Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/08/2003 22:01:00
Module Name:	src
Committed By:	jdolecek
Date:		Tue Apr  8 19:01:00 UTC 2003

Modified Files:
	src/sys/fs/smbfs: smbfs_vnops.c

Log Message:
smbfs_remove(): undo broken condition change from rev. 1.3 - apparently
the condition was changed to be true when the file _should_ be removed,
but ended up wrong way

this fixes a problem where it wasn't possible to remove regular files
from mounted smbfs share


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/fs/smbfs/smbfs_vnops.c

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