diff options
Diffstat (limited to 'fs/ext3')
-rw-r--r-- | fs/ext3/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index ae94f6d949f5..7f5db46308a5 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c | |||
@@ -3294,7 +3294,7 @@ static int ext3_writepage_trans_blocks(struct inode *inode) | |||
3294 | if (ext3_should_journal_data(inode)) | 3294 | if (ext3_should_journal_data(inode)) |
3295 | ret = 3 * (bpp + indirects) + 2; | 3295 | ret = 3 * (bpp + indirects) + 2; |
3296 | else | 3296 | else |
3297 | ret = 2 * (bpp + indirects) + 2; | 3297 | ret = 2 * (bpp + indirects) + indirects + 2; |
3298 | 3298 | ||
3299 | #ifdef CONFIG_QUOTA | 3299 | #ifdef CONFIG_QUOTA |
3300 | /* We know that structure was already allocated during dquot_initialize so | 3300 | /* We know that structure was already allocated during dquot_initialize so |