summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-02-05 03:23:56 +0000
committerpfg <pfg@FreeBSD.org>2013-02-05 03:23:56 +0000
commit935c860d1b33195a4176499a8009549fd7a1c814 (patch)
tree2d889c5c7a6594097c2b8dcdd8ef4d23e8e9c71e
parentc6538dcc306735e3c4403502e6a57ee5f189bae0 (diff)
downloadFreeBSD-src-935c860d1b33195a4176499a8009549fd7a1c814.zip
FreeBSD-src-935c860d1b33195a4176499a8009549fd7a1c814.tar.gz
ext2fs: Remove unused em_e2fsb definition..
Submitted by: Christoph Mallon MFC after: 2 weeks
-rw-r--r--sys/fs/ext2fs/ext2_mount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_mount.h b/sys/fs/ext2fs/ext2_mount.h
index f995267..7c598f6 100644
--- a/sys/fs/ext2fs/ext2_mount.h
+++ b/sys/fs/ext2fs/ext2_mount.h
@@ -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 */
OpenPOWER on IntegriCloud