diff options
Diffstat (limited to 'e2fsprogs/e2fsck.h')
-rw-r--r-- | e2fsprogs/e2fsck.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e2fsprogs/e2fsck.h b/e2fsprogs/e2fsck.h index 0957f20a8..43080d24e 100644 --- a/e2fsprogs/e2fsck.h +++ b/e2fsprogs/e2fsck.h | |||
@@ -518,7 +518,6 @@ struct e2fsck_struct { | |||
518 | ext2fs_inode_bitmap inode_used_map; /* Inodes which are in use */ | 518 | ext2fs_inode_bitmap inode_used_map; /* Inodes which are in use */ |
519 | ext2fs_inode_bitmap inode_bad_map; /* Inodes which are bad somehow */ | 519 | ext2fs_inode_bitmap inode_bad_map; /* Inodes which are bad somehow */ |
520 | ext2fs_inode_bitmap inode_dir_map; /* Inodes which are directories */ | 520 | ext2fs_inode_bitmap inode_dir_map; /* Inodes which are directories */ |
521 | ext2fs_inode_bitmap inode_bb_map; /* Inodes which are in bad blocks */ | ||
522 | ext2fs_inode_bitmap inode_imagic_map; /* AFS inodes */ | 521 | ext2fs_inode_bitmap inode_imagic_map; /* AFS inodes */ |
523 | ext2fs_inode_bitmap inode_reg_map; /* Inodes which are regular files*/ | 522 | ext2fs_inode_bitmap inode_reg_map; /* Inodes which are regular files*/ |
524 | 523 | ||
@@ -612,7 +611,6 @@ struct e2fsck_struct { | |||
612 | int fs_fast_symlinks_count; | 611 | int fs_fast_symlinks_count; |
613 | int fs_fifo_count; | 612 | int fs_fifo_count; |
614 | int fs_total_count; | 613 | int fs_total_count; |
615 | int fs_badblocks_count; | ||
616 | int fs_sockets_count; | 614 | int fs_sockets_count; |
617 | int fs_ind_count; | 615 | int fs_ind_count; |
618 | int fs_dind_count; | 616 | int fs_dind_count; |