]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UBIFS: substitute the replay tree with a replay list
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 15 May 2011 09:05:54 +0000 (12:05 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 16 May 2011 07:31:40 +0000 (10:31 +0300)
commitdebf12d54182b324a01c4276b003669c94b7b531
tree972640a41690e8946bd89636765cbaa6a5aa63f5
parent074bcb9b5ce698bd7b02ddb469da9cba21fe83fd
UBIFS: substitute the replay tree with a replay list

This patch simplifies replay even further - it removes the replay tree and
adds the replay list instead. Indeed, we just do not need to use a tree here -
all we need to do is to add all nodes to the list and then sort it. Using
RB-tree is an overkill - more code and slower. And since we replay buds in
order, we expect the nodes to follow in _mostly_ sorted order, so the merge
sort becomes much cheaper in average than an RB-tree.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/replay.c
fs/ubifs/ubifs.h