|
@@ -2789,7 +2789,7 @@ static int ext4_da_writepages_trans_blocks(struct inode *inode)
|
|
* number of contiguous block. So we will limit
|
|
* number of contiguous block. So we will limit
|
|
* number of contiguous block to a sane value
|
|
* number of contiguous block to a sane value
|
|
*/
|
|
*/
|
|
- if (!(inode->i_flags & EXT4_EXTENTS_FL) &&
|
|
|
|
|
|
+ if (!(EXT4_I(inode)->i_flags & EXT4_EXTENTS_FL) &&
|
|
(max_blocks > EXT4_MAX_TRANS_DATA))
|
|
(max_blocks > EXT4_MAX_TRANS_DATA))
|
|
max_blocks = EXT4_MAX_TRANS_DATA;
|
|
max_blocks = EXT4_MAX_TRANS_DATA;
|
|
|
|
|