freebsd-dev/sys/ufs
Julian Elischer 3f2419f9e4 The version of the softdep changes in FreeBSD broke the
(doingdirectory && !newparent) case of ufs_rename().
rename("D1/X/", "D2/Y/") gives a wrong link count for D2.

Submitted by: Bruce Evans <bde@zeta.org.au>
Reviewed by: Kirk McKusick <mckusick@McKusick.COM>
1998-06-08 23:55:33 +00:00
..
ffs Use size_t instead of u_int for sizes. 1998-06-04 17:21:39 +00:00
mfs Submitted by: abial@nask.pl 1998-05-11 19:27:18 +00:00
ufs The version of the softdep changes in FreeBSD broke the 1998-06-08 23:55:33 +00:00