svn commit: r246351 - head/sys/fs/ext2fs
Pedro F. Giffuni
pfg at FreeBSD.org
Tue Feb 5 03:23:57 UTC 2013
Author: pfg
Date: Tue Feb 5 03:23:56 2013
New Revision: 246351
URL: http://svnweb.freebsd.org/changeset/base/246351
Log:
ext2fs: Remove unused em_e2fsb definition..
Submitted by: Christoph Mallon
MFC after: 2 weeks
Modified:
head/sys/fs/ext2fs/ext2_mount.h
Modified: head/sys/fs/ext2fs/ext2_mount.h
==============================================================================
--- head/sys/fs/ext2fs/ext2_mount.h Tue Feb 5 03:17:41 2013 (r246350)
+++ head/sys/fs/ext2fs/ext2_mount.h Tue Feb 5 03:23:56 2013 (r246351)
@@ -48,7 +48,6 @@ struct ext2mount {
struct vnode *um_devvp; /* block device mounted vnode */
struct m_ext2fs *um_e2fs; /* EXT2FS */
-#define em_e2fsb um_e2fs->e2fs
u_long um_nindir; /* indirect ptrs per block */
u_long um_bptrtodb; /* indir ptr to disk block */
More information about the svn-src-head
mailing list