Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 1995 18:43:51 -0700
From:      Julian Elischer <julian>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <199509090143.SAA22757@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

julian      95/09/08 18:43:51

  Modified:    sys/ufs/ufs  ufs_vnops.c
  Log:
  Obtained from:4.4lite2
  fix a change where a shortcut resulted in teh wrong answer..
  
  e.g.
  touch a
  touch b
  mv a b
  resulted in b being removed and a being moved to b
  
  in the shortcut..
  touch a
  ln a b
  mv a b
  the wrong link was removed..
  leaving a instead of b, giving a different result to when
  both files were separate.



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