From: Theodore Ts'o Date: Mon, 10 Jan 2011 17:12:36 +0000 (-0500) Subject: ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED X-Git-Tag: v2.6.38-rc1~409^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f232109773ff5b0c840a6761d74940b9cf0d66ec;p=pandora-kernel.git 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" --- Reading git-diff-tree failed