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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 4b8debeb3965..8705e36f32d6 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -4530,6 +4530,7 @@ static void ext4_free_branches(handle_t *handle, struct inode *inode,
4530 (__le32 *) bh->b_data, 4530 (__le32 *) bh->b_data,
4531 (__le32 *) bh->b_data + addr_per_block, 4531 (__le32 *) bh->b_data + addr_per_block,
4532 depth); 4532 depth);
4533 brelse(bh);
4533 4534
4534 /* 4535 /*
4535 * Everything below this this pointer has been 4536 * Everything below this this pointer has been