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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to