PERFORCE change 168113 for review

Aditya Sarawgi truncs at FreeBSD.org
Thu Sep 3 16:27:24 UTC 2009


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

Change 168113 by truncs at aditya on 2009/09/03 16:27:15

	Rename ext2_fs.h to ext2fs.h

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_alloc.c#5 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_balloc.c#4 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#3 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_fs.h#5 delete
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_inode.c#6 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_inode_cnv.c#3 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_lookup.c#3 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_readwrite.c#4 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_subr.c#3 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_vfsops.c#5 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_vnops.c#3 edit
.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2fs.h#1 add

Differences ...

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

@@ -47,7 +47,7 @@
 
 #include <fs/ext2fs/inode.h>
 #include <fs/ext2fs/ext2_mount.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/fs.h>
 #include <fs/ext2fs/ext2_extern.h>
 

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

@@ -45,7 +45,7 @@
 #include <sys/vnode.h>
 
 #include <fs/ext2fs/inode.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/fs.h>
 #include <fs/ext2fs/ext2_extern.h>
 

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

@@ -46,7 +46,7 @@
 #include <sys/stat.h>
 
 #include <fs/ext2fs/inode.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/ext2_mount.h>
 #include <fs/ext2fs/ext2_extern.h>
 

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

@@ -49,7 +49,7 @@
 
 #include <fs/ext2fs/inode.h>
 #include <fs/ext2fs/ext2_mount.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/fs.h>
 #include <fs/ext2fs/ext2_extern.h>
 

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

@@ -32,7 +32,7 @@
 #include <sys/vnode.h>
 
 #include <fs/ext2fs/inode.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/ext2_extern.h>
 #include <fs/ext2fs/ext2_dinode.h>
 

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

@@ -58,7 +58,7 @@
 #include <fs/ext2fs/inode.h>
 #include <fs/ext2fs/ext2_mount.h>
 #include <fs/ext2fs/ext2_extern.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/ext2_dir.h>
 
 #ifdef DIAGNOSTIC

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


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

@@ -48,7 +48,7 @@
 
 #include <fs/ext2fs/inode.h>
 #include <fs/ext2fs/ext2_extern.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/fs.h>
 
 #ifdef KDB

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

@@ -60,7 +60,7 @@
 
 #include <fs/ext2fs/fs.h>
 #include <fs/ext2fs/ext2_extern.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 
 static int	ext2_flushfiles(struct mount *mp, int flags, struct thread *td);
 static int	ext2_mountfs(struct vnode *, struct mount *);

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

@@ -78,7 +78,7 @@
 #include <fs/ext2fs/ext2_mount.h>
 #include <fs/ext2fs/fs.h>
 #include <fs/ext2fs/ext2_extern.h>
-#include <fs/ext2fs/ext2_fs.h>
+#include <fs/ext2fs/ext2fs.h>
 #include <fs/ext2fs/ext2_dir.h>
 
 static int ext2_makeinode(int mode, struct vnode *, struct vnode **, struct componentname *);


More information about the p4-projects mailing list