]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:12:36 +0000 (12:12 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:12:36 +0000 (12:12 -0500)
commit1e9ec01c1bcd0d3b49be275562dd8bacfd4a172d
treea32da5ebd1a3e074e9f52107f3bdc23babb6340c
parent637976edc6c4fbf3a6a7d5a54790b93e34a9712b
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED

Remove the short element i_delalloc_reserved_flag from the
ext4_inode_info structure and replace it a new bit in i_state_flags.
Since we have an ext4_inode_info for every ext4 inode cached in the
inode cache, any savings we can produce here is a very good thing from
a memory utilization perspective.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ext4.h
fs/ext4/inode.c
fs/ext4/mballoc.c
fs/ext4/super.c