Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174372
b: refs/heads/master
c: 30c6e07
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Theodore Ts'o committed Nov 15, 2009
1 parent 0f633be commit c855796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50689696867d95b38d9c7be640a311494a04fb86
refs/heads/master: 30c6e07a92ea4cb87160d32ffa9bce172576ae4c
2 changes: 1 addition & 1 deletion trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 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;

Expand Down

0 comments on commit c855796

Please sign in to comment.