Missing Closing comment tag in ffs_balloc.c
Sven Willenberger
sven at dmv.com
Tue Aug 24 09:21:14 PDT 2004
* $DragonFly: src/sys/vfs/ufs/ffs_balloc.c,v 1.9 2004/08/24 14:01:57
drhodus Exp $
at or about line 104, missing a closing comment */ tag .. noticed it
during kernel build ...
* 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);
Patch attached as it wrapped inline ......
Sven
--- ffs_balloc.c.orig 2004-08-24 12:14:17.000000000 -0400
+++ ffs_balloc.c 2004-08-24 12:14:39.000000000 -0400
@@ -102,6 +102,7 @@
* blocks (ex. gragmentation 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
More information about the Bugs
mailing list