diff options
author | Eric Sandeen <sandeen@redhat.com> | 2010-10-27 21:30:08 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-10-27 21:30:08 -0400 |
commit | 640e9396566a1e1f52f2db294755a23f1e62cc97 (patch) | |
tree | 013b0028ceff606beb1290cc9f42704f2a94ab3d /fs | |
parent | c999af2b347a55174f702702e0df814d05ef5491 (diff) |
ext4: remove unused ext4_sb_info members
Not that these take up a lot of room, but the structure is long enough
as it is, and there's no need to confuse people with these various
undocumented & unused structure members...
Signed-off-by: Eric Sandeen <sandeen@redaht.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs')
-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 */ |