summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0c0ddc1401e4..3673ec7b1c98 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -1022,7 +1022,7 @@ static int ext4_ind_get_blocks(handle_t *handle, struct inode *inode,
1022 if (!err) 1022 if (!err)
1023 err = ext4_splice_branch(handle, inode, iblock, 1023 err = ext4_splice_branch(handle, inode, iblock,
1024 partial, indirect_blks, count); 1024 partial, indirect_blks, count);
1025 else 1025 if (err)
1026 goto cleanup; 1026 goto cleanup;
1027 1027
1028 set_buffer_new(bh_result); 1028 set_buffer_new(bh_result);