commit | 062e4fee4400f283307cf8ac1b7931c939010229 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Sun Oct 26 16:58:25 2008 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Dec 03 13:13:50 2008 +0200 |
tree | cacea4a2f65688ad02fa572060155783c4f0377c | |
parent | f6f7b52e2f6149d2ee365717afff315b05720162 [diff] |
UBIFS: slight compression optimization If data does not compress, it is better to leave it uncompressed because we'll read it faster then. So do not compress data if we save less than 64 bytes. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>