diff options
author | Mike Snitzer <snitzer@gmail.com> | 2009-02-06 16:23:37 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-02-06 16:23:37 -0500 |
commit | 074ca44283bf031678e67af7d82668bb03c55a55 (patch) | |
tree | d547808ec88f16e2a20de024f26f02be86e8119f /fs/ext4/ext4_sb.h | |
parent | 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b (diff) |
ext4: Remove stale block allocator references from ext4.h
Remove some leftovers from when the old block allocator was removed
(c2ea3fde). ext4_sb_info is now a bit lighter. Also remove a dangling
read_block_bitmap() prototype.
Signed-off-by: Mike Snitzer <snitzer@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4_sb.h')
-rw-r--r-- | fs/ext4/ext4_sb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext4/ext4_sb.h b/fs/ext4/ext4_sb.h index 039b6ea1a042..e318f486cc24 100644 --- a/fs/ext4/ext4_sb.h +++ b/fs/ext4/ext4_sb.h | |||
@@ -65,10 +65,6 @@ struct ext4_sb_info { | |||
65 | struct blockgroup_lock s_blockgroup_lock; | 65 | struct blockgroup_lock s_blockgroup_lock; |
66 | struct proc_dir_entry *s_proc; | 66 | struct proc_dir_entry *s_proc; |
67 | 67 | ||
68 | /* root of the per fs reservation window tree */ | ||
69 | spinlock_t s_rsv_window_lock; | ||
70 | struct rb_root s_rsv_window_root; | ||
71 | |||
72 | /* Journaling */ | 68 | /* Journaling */ |
73 | struct inode *s_journal_inode; | 69 | struct inode *s_journal_inode; |
74 | struct journal_s *s_journal; | 70 | struct journal_s *s_journal; |