diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 84b616269265..e80fc513eacc 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -4378,6 +4378,7 @@ static void ext4_free_branches(handle_t *handle, struct inode *inode, | |||
4378 | (__le32 *) bh->b_data, | 4378 | (__le32 *) bh->b_data, |
4379 | (__le32 *) bh->b_data + addr_per_block, | 4379 | (__le32 *) bh->b_data + addr_per_block, |
4380 | depth); | 4380 | depth); |
4381 | brelse(bh); | ||
4381 | 4382 | ||
4382 | /* | 4383 | /* |
4383 | * Everything below this this pointer has been | 4384 | * Everything below this this pointer has been |