PERFORCE change 170367 for review

Aditya Sarawgi truncs at FreeBSD.org
Sun Nov 8 16:32:19 UTC 2009


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

Change 170367 by truncs at aditya on 2009/11/08 16:32:10

	- Fix typos
	- Use correct #endif comments

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#5 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dinode.h#3 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dir.h#3 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_extern.h#4 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/inode.h#6 edit

Differences ...

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

@@ -51,7 +51,7 @@
 #include <fs/ext2fs/ext2_extern.h>
 
 /*
- * Bmap converts a the logical block number of a file to its physical block
+ * Bmap converts the logical block number of a file to its physical block
  * number on the disk. The conversion is done by using the logical block
  * number to index into the array of block pointers described by the dinode.
  */

==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dinode.h#3 (text+ko) ====

@@ -74,5 +74,5 @@
 	u_int32_t	e2di_linux_reserved3; /* 124 */
 };
 
-#endif /* _SYS_GNU_EXT2FS_EXT2_DINODE_H_ */
+#endif /* _FS_EXT2FS_EXT2_DINODE_H_ */
 

==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_dir.h#3 (text+ko) ====

@@ -77,5 +77,5 @@
 #define EXT2_DIR_ROUND 			(EXT2_DIR_PAD - 1)
 #define EXT2_DIR_REC_LEN(name_len)	(((name_len) + 8 + EXT2_DIR_ROUND) & \
 					 ~EXT2_DIR_ROUND)
-#endif /* !_SYS_GNU_EXT2FS_EXT2_DIR_H_ */
+#endif /* !_FS_EXT2FS_EXT2_DIR_H_ */
 

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

@@ -90,4 +90,4 @@
 extern struct vop_vector ext2_vnodeops;
 extern struct vop_vector ext2_fifoops;
 
-#endif /* !_SYS_GNU_EXT2FS_EXT2_EXTERN_H_ */
+#endif /* !_FS_EXT2FS_EXT2_EXTERN_H_ */

==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/inode.h#6 (text+ko) ====

@@ -167,4 +167,4 @@
 };
 #endif /* _KERNEL */
 
-#endif /* !_SYS_GNU_EXT2FS_INODE_H_ */
+#endif /* !_FS_EXT2FS_INODE_H_ */


More information about the p4-projects mailing list