On Mon, Mar 30, 2020 at 11:09:32AM +0200, Jan Kara wrote: > There is an off-by-one error in dx_grow_tree() when checking whether we > can add another level to the tree. Thus we can grow tree too much > leading to possible crashes in the library or corrupted filesystem. Fix > the bug. > > Signed-off-by: Jan Kara <jack@xxxxxxx> Applied, thanks. - Ted