UBIFS: improve garbage collection
authorAdrian Hunter <ext-adrian.hunter@nokia.com>
Thu, 11 Sep 2008 09:57:49 +0000 (12:57 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 30 Sep 2008 08:12:59 +0000 (11:12 +0300)
commit46773be497a05010a2873e9ad96d739fb352c1e4
treebea239e6e44de33fd8c562e21e38df71eefa2fc7
parentbed79935de9a658678f44b88a097367d3b26429f
UBIFS: improve garbage collection

Make garbage collection try to keep data nodes from the same
inode together and in ascending order.  This improves
performance when reading those nodes especially when bulk-read
is used.

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
fs/ubifs/gc.c