PERFORCE change 184318 for review

Zheng Liu lz at FreeBSD.org
Thu Sep 30 16:25:40 UTC 2010


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

Change 184318 by lz at freebsd-current on 2010/09/30 16:25:39

	Fix a include file path.

Affected files ...

.. //depot/projects/soc2010/ext4fs/src/sys/fs/ext4fs/ext4_vnops.c#3 edit

Differences ...

==== //depot/projects/soc2010/ext4fs/src/sys/fs/ext4fs/ext4_vnops.c#3 (text+ko) ====

@@ -161,7 +161,7 @@
 	.vop_vptofh =		ext2_vptofh,
 };
 
-#include <fs/ext2fs/ext2_readwrite.c>
+#include <fs/ext4fs/ext4_readwrite.c>
 
 /*
  * A virgin directory (no blushing please).


More information about the p4-projects mailing list