Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 03:54:35 -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:  <200302191154.h1JBsZEQ088095@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/02/19 03:54:35 PST

  Modified files:
    sys/fs/smbfs         smbfs_vnops.c 
  Log:
  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
  
  Revision  Changes    Path
  1.33      +9 -5      src/sys/fs/smbfs/smbfs_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302191154.h1JBsZEQ088095>