mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-05 11:45:09 +00:00
scoutfs: drop sib bh ref in split
We forgot to drop the sibling bh reference while splitting. Oopsie! Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -703,6 +703,8 @@ static struct buffer_head *try_merge(struct super_block *sb,
|
||||
free_tree_block(sb, parent->hdr.blkno);
|
||||
}
|
||||
|
||||
scoutfs_block_put(sib_bh);
|
||||
|
||||
return bh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user