diff options
author | Theodore Ts'o <tytso@mit.edu> | 2011-01-10 17:13:26 (GMT) |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-01-10 17:13:26 (GMT) |
commit | b05e6ae58a13b56e3e11882c1fc71948c9b29760 (patch) | |
tree | 452cbadcbc8091b4db95f917f28b0f9de845dabf /fs/jfs/jfs_debug.c | |
parent | 01f49d0b9d0209dc1194255b11601e4b94447b36 (diff) | |
download | linux-fsl-qoriq-b05e6ae58a13b56e3e11882c1fc71948c9b29760.tar.xz |
ext4: drop ec_type from the ext4_ext_cache structure
We can encode the ec_type information by using ee_len == 0 to denote
EXT4_EXT_CACHE_NO, ee_start == 0 to denote EXT4_EXT_CACHE_GAP, and if
neither is true, then the cache type must be EXT4_EXT_CACHE_EXTENT.
This allows us to reduce the size of ext4_ext_inode by another 8
bytes. (ec_type is 4 bytes, plus another 4 bytes of padding)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/jfs/jfs_debug.c')
0 files changed, 0 insertions, 0 deletions