diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 8e45331b656..502b07dc70d 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -784,7 +784,7 @@ failed: | |||
784 | /* Allocation failed, free what we already allocated */ | 784 | /* Allocation failed, free what we already allocated */ |
785 | ext4_free_blocks(handle, inode, 0, new_blocks[0], 1, 0); | 785 | ext4_free_blocks(handle, inode, 0, new_blocks[0], 1, 0); |
786 | for (i = 1; i <= n ; i++) { | 786 | for (i = 1; i <= n ; i++) { |
787 | /* | 787 | /* |
788 | * branch[i].bh is newly allocated, so there is no | 788 | * branch[i].bh is newly allocated, so there is no |
789 | * need to revoke the block, which is why we don't | 789 | * need to revoke the block, which is why we don't |
790 | * need to set EXT4_FREE_BLOCKS_METADATA. | 790 | * need to set EXT4_FREE_BLOCKS_METADATA. |
@@ -874,7 +874,7 @@ static int ext4_splice_branch(handle_t *handle, struct inode *inode, | |||
874 | 874 | ||
875 | err_out: | 875 | err_out: |
876 | for (i = 1; i <= num; i++) { | 876 | for (i = 1; i <= num; i++) { |
877 | /* | 877 | /* |
878 | * branch[i].bh is newly allocated, so there is no | 878 | * branch[i].bh is newly allocated, so there is no |
879 | * need to revoke the block, which is why we don't | 879 | * need to revoke the block, which is why we don't |
880 | * need to set EXT4_FREE_BLOCKS_METADATA. | 880 | * need to set EXT4_FREE_BLOCKS_METADATA. |