freebsd-dev/sys/fs/smbfs
Tim J. Robbins 6dae0c1e3e Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename().
One of the vnodes is on different mount and is possibly on a different
kind of filesystem; treating it as an smbfs vnode then writing to it
will probably corrupt it.

PR:		48381
MFC after:	1 month
2003-02-19 11:54:35 +00:00
..
smbfs_io.c Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_node.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
smbfs_node.h Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_smb.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
smbfs_subr.c Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
smbfs_subr.h Implement additional SMB calls to allow proper update of file size as some 2002-09-18 09:27:04 +00:00
smbfs_vfsops.c Revert removal of vnode and VFS stubs; bp asserts that they are needed. 2003-02-08 05:48:04 +00:00
smbfs_vnops.c Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename(). 2003-02-19 11:54:35 +00:00
smbfs.h Revert removal of vnode and VFS stubs; bp asserts that they are needed. 2003-02-08 05:48:04 +00:00