put in short symlink support; fix block counts
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 21 Jul 1992 07:21:25 +0000 (23:21 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 21 Jul 1992 07:21:25 +0000 (23:21 -0800)
commite4b973c58194c5f7205ae5e3f15a1890f1ab3e23
treef9e1e0d18e5505912b47322f8ec415f9397e3ff8
parent2727327901ca52c93034289ea386c53257c28536
put in short symlink support; fix block counts
make truncate not wait  -- FFS truncate must wait because the in-core bit
maps could be updated before the inode gets to disk which would be bad;
LFS doesn't have this issue, and can't wait because the segment writer may
deadlock with an VOP_REMOVE operation

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.72
usr/src/sys/ufs/lfs/lfs_inode.c