PERFORCE change 169976 for review

Aditya Sarawgi truncs at FreeBSD.org
Fri Oct 30 21:50:52 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=169976

Change 169976 by truncs at aditya on 2009/10/30 21:50:45

	It actually uses ext2_bmaparray and not ufs_bmaparray.

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#4 edit

Differences ...

==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#4 (text+ko) ====

@@ -92,7 +92,7 @@
  * which they point.  Triple indirect blocks are addressed by one less than
  * the address of the first double indirect block to which they point.
  *
- * ufs_bmaparray does the bmap conversion, and if requested returns the
+ * ext2_bmaparray does the bmap conversion, and if requested returns the
  * array of logical blocks which must be traversed to get to a block.
  * Each entry contains the offset into that block that gets you to the
  * next block and the disk address of the block (if it is assigned).


More information about the p4-projects mailing list