UBIFS: slight compression optimization
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sun, 26 Oct 2008 14:58:25 +0000 (16:58 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 6 Nov 2008 10:35:40 +0000 (12:35 +0200)
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>

No differences found