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:
Zach Brown
2016-09-21 09:51:42 -07:00
parent 84f23296fd
commit bb3a5742f4

View File

@@ -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;
}