NetBSD/sys/ufs
bouyer 89f2b833f4 Uses ext2fs_vinit not ufs_vinit.
In ext2fs, an inode is deleted either when mode == 0 or dtime != 0. If
  dtime != 0, reset others fields before using the inode, or we could end
  up with the wrong v_op in ext2fs_vinit.
While I'm there, kill a unused variable in ext2fs_readwrite
1997-10-23 11:41:16 +00:00
..
ext2fs Uses ext2fs_vinit not ufs_vinit. 1997-10-23 11:41:16 +00:00
ffs In calculating the f_bavail field, don't take 32 bit quantities and 1997-10-16 18:29:11 +00:00
lfs In calculating the f_bavail field, don't take 32 bit quantities and 1997-10-16 18:29:11 +00:00
mfs remove swap configuration. 1997-06-12 17:12:17 +00:00
ufs Backout last change for ufs_readlink. The permission check is now done 1997-10-11 00:10:57 +00:00