commit | 46773be497a05010a2873e9ad96d739fb352c1e4 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <ext-adrian.hunter@nokia.com> | Thu Sep 11 12:57:49 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Sep 30 11:12:59 2008 +0300 |
tree | bea239e6e44de33fd8c562e21e38df71eefa2fc7 | |
parent | bed79935de9a658678f44b88a097367d3b26429f [diff] |
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>