Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2010 12:22:31 GMT
From:      Zheng Liu <lz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180266 for review
Message-ID:  <201006271222.o5RCMVWV010763@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180266?ac=10

Change 180266 by lz@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006271222.o5RCMVWV010763>