ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
commit70095d96ced4dbe2ebc7cc0d248313e507dda31a
authorJulia Lawall <julia@diku.dk>
Sun, 15 Nov 2009 20:30:58 +0000 (15 15:30 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 17:44:55 +0000 (14 09:44 -0800)
tree9fad5e8c5d065238e2faeae4d7cd7a6785a1ae8a
parent0f9036c7eed145cdd8c8ed9e899c61f499278259
ext4: fix i_flags access in ext4_da_writepages_trans_blocks()

(cherry picked from commit 30c6e07a92ea4cb87160d32ffa9bce172576ae4c)

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 <julia@diku.dk>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/inode.c