Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/24/2003 18:19:06
Module Name:	src
Committed By:	jdolecek
Date:		Mon Feb 24 16:19:06 UTC 2003

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

Log Message:
smbfs_lookup():
* make sure islastcn and lockparent is set before used when the entry is cached
* add VWRITE check for nameiop == RENAME, add necessary unlock/relock for
  ISDOTDOT case
adjust smbfs_print() to have slightly nicer output
enable vnode locking


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 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.