PERFORCE change 178228 for review

Zheng Liu lz at FreeBSD.org
Fri May 14 01:08:11 UTC 2010


http://p4web.freebsd.org/@@178228?ac=10

Change 178228 by lz at gnehzuil-freebsd on 2010/05/14 01:08:05

	       Improved the naming.

Affected files ...

.. //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/ext2fs.h#3 edit

Differences ...

==== //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/ext2fs.h#3 (text+ko) ====

@@ -177,8 +177,8 @@
 	off_t e2fs_maxfilesize;
 	struct ext2_gd *e2fs_gd; /* Group Descriptors */
 
-	struct mtx e2fs_rsv_win_lock; /* Protect reservation window RB tree */
-	struct ext2_rsv_win_tree e2fs_tree;  /* Reservation window index */
+	struct mtx e2fs_rsv_lock;               /* Protect reservation window RB tree */
+	struct ext2_rsv_win_tree e2fs_rsv_tree; /* Reservation window index */
 };
 
 /*


More information about the p4-projects mailing list