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/extents.c | |
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/extents.c')
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 743e3feb3e50..b9e27bc31559 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -1621,7 +1621,6 @@ cleanup: | |||
1621 | ext4_ext_drop_refs(npath); | 1621 | ext4_ext_drop_refs(npath); |
1622 | kfree(npath); | 1622 | kfree(npath); |
1623 | } | 1623 | } |
1624 | ext4_ext_tree_changed(inode); | ||
1625 | ext4_ext_invalidate_cache(inode); | 1624 | ext4_ext_invalidate_cache(inode); |
1626 | return err; | 1625 | return err; |
1627 | } | 1626 | } |
@@ -2232,7 +2231,6 @@ static int ext4_ext_remove_space(struct inode *inode, ext4_lblk_t start) | |||
2232 | } | 2231 | } |
2233 | } | 2232 | } |
2234 | out: | 2233 | out: |
2235 | ext4_ext_tree_changed(inode); | ||
2236 | ext4_ext_drop_refs(path); | 2234 | ext4_ext_drop_refs(path); |
2237 | kfree(path); | 2235 | kfree(path); |
2238 | ext4_journal_stop(handle); | 2236 | ext4_journal_stop(handle); |