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_i.h | |
parent | 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b (diff) | |
download | linux-074ca44283bf031678e67af7d82668bb03c55a55.tar.gz linux-074ca44283bf031678e67af7d82668bb03c55a55.tar.bz2 linux-074ca44283bf031678e67af7d82668bb03c55a55.zip |
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_i.h')
-rw-r--r-- | fs/ext4/ext4_i.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ext4/ext4_i.h b/fs/ext4/ext4_i.h index e69acc16f5c4..2d516c0a22af 100644 --- a/fs/ext4/ext4_i.h +++ b/fs/ext4/ext4_i.h @@ -33,9 +33,6 @@ typedef __u32 ext4_lblk_t; /* data type for block group number */ typedef unsigned int ext4_group_t; -#define rsv_start rsv_window._rsv_start -#define rsv_end rsv_window._rsv_end - /* * storage for cached extent */ |