PERFORCE change 180266 for review

Zheng Liu lz at FreeBSD.org
Sun Jun 27 12:22:32 UTC 2010


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

Change 180266 by lz at gnehzuil-freebsd on 2010/06/27 12:22:29

	       Remove a header file from ext2_vfsops.c.

Affected files ...

.. //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/ext2_vfsops.c#4 edit

Differences ...

==== //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/ext2_vfsops.c#4 (text+ko) ====

@@ -61,8 +61,6 @@
 #include <fs/ext2fs/fs.h>
 #include <fs/ext2fs/ext2_extern.h>
 #include <fs/ext2fs/ext2fs.h>
-#include <fs/ext2fs/ext2_dinode.h>
-
 
 static int	ext2_flushfiles(struct mount *mp, int flags, struct thread *td);
 static int	ext2_mountfs(struct vnode *, struct mount *);
@@ -920,6 +918,7 @@
 		*vpp = NULL;
 		return (error);
 	}
+
 	/* convert ext2 inode to dinode */
 	ext2_ei2i((struct ext2fs_dinode *) ((char *)bp->b_data + EXT2_INODE_SIZE(fs) *
 			ino_to_fsbo(fs, ino)), ip);


More information about the p4-projects mailing list