diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-01-10 18:18:25 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-01-10 18:18:25 +0100 |
commit | 353eb83c1422c6326eaab30ce044a179c6018169 (patch) | |
tree | fd43e39b344de5ee43d82c90f0affda68a65f2df /fs/exportfs/expfs.c | |
parent | ext4: reorder ext4_inode_info structure elements to remove unneeded padding (diff) | |
download | linux-353eb83c1422c6326eaab30ce044a179c6018169.tar.xz linux-353eb83c1422c6326eaab30ce044a179c6018169.zip |
ext4: drop i_state_flags on architectures with 64-bit longs
We can store the dynamic inode state flags in the high bits of
EXT4_I(inode)->i_flags, and eliminate i_state_flags. This saves 8
bytes from the size of ext4_inode_info structure, which when
multiplied by the number of the number of in the inode cache, can save
a lot of memory.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/exportfs/expfs.c')
0 files changed, 0 insertions, 0 deletions