aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index bc950562b5ba..c5d506dce8c5 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -561,7 +561,7 @@ static int ext4_alloc_blocks(handle_t *handle, struct inode *inode,
561 goto allocated; 561 goto allocated;
562 /* Now allocate data blocks */ 562 /* Now allocate data blocks */
563 count = target; 563 count = target;
564 /* allocating blocks for indirect blocks and direct blocks */ 564 /* allocating blocks for data blocks */
565 current_block = ext4_new_blocks(handle, inode, iblock, 565 current_block = ext4_new_blocks(handle, inode, iblock,
566 goal, &count, err); 566 goal, &count, err);
567 if (*err && (target == blks)) { 567 if (*err && (target == blks)) {