--- src/sys/vfs/ufs/ffs_balloc.c 2004/08/24 16:08:35 1.10 +++ src/sys/vfs/ufs/ffs_balloc.c 2004/08/24 16:32:11 1.11 @@ -102,6 +102,7 @@ ffs_balloc(struct vop_balloc_args *ap) * blocks (ex. fragmentation is possibly done) * we are now extending the file write beyond * the block which has end of the file prior to this write. + */ osize = blksize(fs, ip, nb); /* * osize gives disk allocated size in the last block. It is