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_i.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_i.h')
-rw-r--r-- | fs/ext4/ext4_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4_i.h b/fs/ext4/ext4_i.h index 5c124c0ac6d3..acc0b726d8ab 100644 --- a/fs/ext4/ext4_i.h +++ b/fs/ext4/ext4_i.h | |||
@@ -117,7 +117,6 @@ struct ext4_inode_info { | |||
117 | struct inode vfs_inode; | 117 | struct inode vfs_inode; |
118 | struct jbd2_inode jinode; | 118 | struct jbd2_inode jinode; |
119 | 119 | ||
120 | unsigned long i_ext_generation; | ||
121 | struct ext4_ext_cache i_cached_extent; | 120 | struct ext4_ext_cache i_cached_extent; |
122 | /* | 121 | /* |
123 | * File creation time. Its function is same as that of | 122 | * File creation time. Its function is same as that of |