Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/28/2004 09:04:00
Module Name:	src
Committed By:	jdolecek
Date:		Sat Feb 28 09:04:00 UTC 2004

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

Log Message:
smbfs_rename(): only touch attribute cache properties if the operation
is carried out; particularily, don't touch it if the rename files
due to EXDEV - the 'from' or 'to' vnode may not be on smbfs filesystem
at all in that case
this is the final fix for PR kern/24455 by Milos Urbanek


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