DragonFly BSD
DragonFly bugs List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Missing Closing comment tag in ffs_balloc.c


From: Sven Willenberger <sven@xxxxxxx>
Date: Tue, 24 Aug 2004 12:18:13 -0400

* $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


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]