UBIFS: improve znode splitting rules
authorAdrian Hunter <ext-adrian.hunter@nokia.com>
Fri, 5 Sep 2008 08:56:05 +0000 (11:56 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 25 Oct 2008 15:47:34 +0000 (18:47 +0300)
When inserting into a full znode it is split into two
znodes.  Because data node keys are usually consecutive,
it is better to try to keep them together.  This patch
does a better job of that.

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>

No differences found