From c8557967f6e3e3f6ea539014dda2ba33aef1e90d Mon Sep 17 00:00:00 2001 From: Julia Lawall Date: Sun, 15 Nov 2009 15:30:58 -0500 Subject: [PATCH] --- yaml --- r: 174372 b: refs/heads/master c: 30c6e07a92ea4cb87160d32ffa9bce172576ae4c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4188d7badda6..e653914f05f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50689696867d95b38d9c7be640a311494a04fb86 +refs/heads/master: 30c6e07a92ea4cb87160d32ffa9bce172576ae4c diff --git a/trunk/fs/ext4/inode.c b/trunk/fs/ext4/inode.c index c420aaba6e9c..9c097489af89 100644 --- a/trunk/fs/ext4/inode.c +++ b/trunk/fs/ext4/inode.c @@ -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;