PERFORCE change 167704 for review

Aditya Sarawgi truncs at FreeBSD.org
Mon Aug 24 05:39:15 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167704

Change 167704 by truncs at aditya on 2009/08/24 05:39:13

	Build fix

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_inode.c#9 edit

Differences ...

==== //depot/projects/soc2009/soc_ext2fs/src/sys/gnu/fs/ext2fs/ext2_inode.c#9 (text+ko) ====

@@ -446,7 +446,7 @@
 		nb = bap[i];
 		if (nb != 0) {
 			error = ext2_indirtrunc(ip, nlbn, fsbtodb(fs, nb),
-			    last, level - 1, &blkcount)
+			    last, level - 1, &blkcount);
 			if (error)
 				allerror = error;
 			blocksreleased += blkcount;


More information about the p4-projects mailing list