diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/ext4.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index e1c01552a3df..22833691e98c 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -1089,7 +1089,6 @@ struct ext4_sb_info { | |||
1089 | struct completion s_kobj_unregister; | 1089 | struct completion s_kobj_unregister; |
1090 | 1090 | ||
1091 | /* Journaling */ | 1091 | /* Journaling */ |
1092 | struct inode *s_journal_inode; | ||
1093 | struct journal_s *s_journal; | 1092 | struct journal_s *s_journal; |
1094 | struct list_head s_orphan; | 1093 | struct list_head s_orphan; |
1095 | struct mutex s_orphan_lock; | 1094 | struct mutex s_orphan_lock; |
@@ -1122,10 +1121,7 @@ struct ext4_sb_info { | |||
1122 | /* for buddy allocator */ | 1121 | /* for buddy allocator */ |
1123 | struct ext4_group_info ***s_group_info; | 1122 | struct ext4_group_info ***s_group_info; |
1124 | struct inode *s_buddy_cache; | 1123 | struct inode *s_buddy_cache; |
1125 | long s_blocks_reserved; | ||
1126 | spinlock_t s_reserve_lock; | ||
1127 | spinlock_t s_md_lock; | 1124 | spinlock_t s_md_lock; |
1128 | tid_t s_last_transaction; | ||
1129 | unsigned short *s_mb_offsets; | 1125 | unsigned short *s_mb_offsets; |
1130 | unsigned int *s_mb_maxs; | 1126 | unsigned int *s_mb_maxs; |
1131 | 1127 | ||
@@ -1143,7 +1139,6 @@ struct ext4_sb_info { | |||
1143 | unsigned long s_mb_last_start; | 1139 | unsigned long s_mb_last_start; |
1144 | 1140 | ||
1145 | /* stats for buddy allocator */ | 1141 | /* stats for buddy allocator */ |
1146 | spinlock_t s_mb_pa_lock; | ||
1147 | atomic_t s_bal_reqs; /* number of reqs with len > 1 */ | 1142 | atomic_t s_bal_reqs; /* number of reqs with len > 1 */ |
1148 | atomic_t s_bal_success; /* we found long enough chunks */ | 1143 | atomic_t s_bal_success; /* we found long enough chunks */ |
1149 | atomic_t s_bal_allocated; /* in blocks */ | 1144 | atomic_t s_bal_allocated; /* in blocks */ |