freebsd-nq/sys/ufs
Julian Elischer f3c3ae3c38 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.
1995-09-09 01:43:49 +00:00
..
ffs Slight optimization for the standard case of rotdelay=0. 1995-09-08 17:16:32 +00:00
lfs Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
mfs Declare vfs_mountroot() in the right place. 1995-08-30 01:34:28 +00:00
ufs Obtained from:4.4lite2 1995-09-09 01:43:49 +00:00