From: Julia Lawall Date: Sun, 15 Nov 2009 20:30:58 +0000 (-0500) Subject: ext4: fix i_flags access in ext4_da_writepages_trans_blocks() X-Git-Tag: v2.6.33-rc1~330^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c6e07a92ea4cb87160d32ffa9bce172576ae4c;p=pandora-kernel.git ext4: fix i_flags access in ext4_da_writepages_trans_blocks() We need to be testing the i_flags field in the ext4 specific portion of the inode, instead of the (confusingly aliased) i_flags field in the generic struct inode. Signed-off-by: Julia Lawall Signed-off-by: "Theodore Ts'o" Cc: stable@kernel.org --- Reading git-diff-tree failed