diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-11-04 18:46:03 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-11-04 18:46:03 -0500 |
commit | cde6436004ad9cd8cab5a874b6fa8b01f1da91bf (patch) | |
tree | 55cae59d0ac6e26297524e599ff915a1675082ed /fs/ext4/ext4_extents.h | |
parent | 30773840c19cea60dcef39545960d541b1ac1cf8 (diff) |
ext4: Remove i_ext_generation from ext4_inode_info structure
The i_ext_generation was incremented, but never used. Remove it to
slim down the ext4_inode_info structure.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4_extents.h')
-rw-r--r-- | fs/ext4/ext4_extents.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ext4/ext4_extents.h b/fs/ext4/ext4_extents.h index bec7ce59fc0d..18cb67b2cbbc 100644 --- a/fs/ext4/ext4_extents.h +++ b/fs/ext4/ext4_extents.h | |||
@@ -194,11 +194,6 @@ static inline unsigned short ext_depth(struct inode *inode) | |||
194 | return le16_to_cpu(ext_inode_hdr(inode)->eh_depth); | 194 | return le16_to_cpu(ext_inode_hdr(inode)->eh_depth); |
195 | } | 195 | } |
196 | 196 | ||
197 | static inline void ext4_ext_tree_changed(struct inode *inode) | ||
198 | { | ||
199 | EXT4_I(inode)->i_ext_generation++; | ||
200 | } | ||
201 | |||
202 | static inline void | 197 | static inline void |
203 | ext4_ext_invalidate_cache(struct inode *inode) | 198 | ext4_ext_invalidate_cache(struct inode *inode) |
204 | { | 199 | { |