aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_i.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-11-04 18:46:03 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-11-04 18:46:03 -0500
commitcde6436004ad9cd8cab5a874b6fa8b01f1da91bf (patch)
tree55cae59d0ac6e26297524e599ff915a1675082ed /fs/ext4/ext4_i.h
parent30773840c19cea60dcef39545960d541b1ac1cf8 (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4_i.h b/fs/ext4/ext4_i.h
index 5c124c0ac6d..acc0b726d8a 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