]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
authorJulia Lawall <julia@diku.dk>
Sun, 15 Nov 2009 20:30:58 +0000 (15:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 15 Nov 2009 20:30:58 +0000 (15:30 -0500)
commite290422257c49b82c526e23a71426357786a16a3
tree5799d5f074bfe2dbde001f767bf675e6c11e8335
parent3700b222a397adab6430875276708cf7f449e840
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 <julia@diku.dk>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
fs/ext4/inode.c