Re: [PATCH 01/23] radix-tree: implement preload for multiplecontiguous elements

From: Kirill A. Shutemov
Date: Thu Aug 08 2013 - 04:43:02 EST


Kirill A. Shutemov wrote:
> In this case it should use 39 nodes, but it uses only 38. I can't understand why. :(

Okay, I've got it. We share one 2nd level node.

Patch is below. Please review.