diff options
Diffstat (limited to 'sys/gnu/ext2fs/ext2_fs_sb.h')
-rw-r--r-- | sys/gnu/ext2fs/ext2_fs_sb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/ext2fs/ext2_fs_sb.h b/sys/gnu/ext2fs/ext2_fs_sb.h index b725d245e4f..fe094ab70bb 100644 --- a/sys/gnu/ext2fs/ext2_fs_sb.h +++ b/sys/gnu/ext2fs/ext2_fs_sb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2_fs_sb.h,v 1.1 1996/06/24 03:34:55 downsj Exp $ */ +/* $OpenBSD: ext2_fs_sb.h,v 1.2 1996/06/24 10:23:20 downsj Exp $ */ /* * modified for EXT2FS support in Lites 1.1 @@ -83,8 +83,6 @@ struct ext2_sb_info { char s_dirt; /* fs modified flag */ char fs_fsmnt[MAXMNTLEN]; /* name mounted on */ - - struct ext2_inode_info i_info; /* HACK! */ }; #endif /* _LINUX_EXT2_FS_SB */ |