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) | |
download | talos-op-linux-cde6436004ad9cd8cab5a874b6fa8b01f1da91bf.tar.gz talos-op-linux-cde6436004ad9cd8cab5a874b6fa8b01f1da91bf.zip |
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 { struct inode vfs_inode; struct jbd2_inode jinode; - unsigned long i_ext_generation; struct ext4_ext_cache i_cached_extent; /* * File creation time. Its function is same as that of |