Date: Fri, 4 Apr 2003 00:57:23 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c Message-ID: <200304040857.h348vNFW072961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/04/04 00:57:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/fs/smbfs smbfs_vnops.c Log: MFC rev. 1.33: 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 Revision Changes Path 1.2.2.8 +9 -5 src/sys/fs/smbfs/smbfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304040857.h348vNFW072961>