Do block accounting in terms of disk sectors, not file system blocks.
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 24 Jul 1992 07:25:25 +0000 (23:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 24 Jul 1992 07:25:25 +0000 (23:25 -0800)
commita5d64982519eaa4b8c62112052793487b3b87e4d
tree8e4631cb9f974de71885b03eb82536d70ffc3610
parentfd5306103447b84f2e858993f4388a296484ccbb
Do block accounting in terms of disk sectors, not file system blocks.
When initializing an inode, set blocks to 0 (ffs doesn't do this because it has
read the inode from disk where it was zeroed).

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.49
usr/src/sys/ufs/lfs/lfs_alloc.c