From owner-cvs-all@FreeBSD.ORG Fri Apr 4 00:57:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEE337B401; Fri, 4 Apr 2003 00:57:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7C843F75; Fri, 4 Apr 2003 00:57:23 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h348vN0U072962; Fri, 4 Apr 2003 00:57:23 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h348vNFW072961; Fri, 4 Apr 2003 00:57:23 -0800 (PST) Message-Id: <200304040857.h348vNFW072961@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 4 Apr 2003 00:57:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 08:57:24 -0000 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