Skip to content
Commit 30c6e07a authored by Julia Lawall's avatar Julia Lawall Committed by Theodore Ts'o
Browse files

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: default avatarJulia Lawall <julia@diku.dk>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
parent 50689696
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment