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>
Wed, 3 Dec 2008 11:13:50 +0000 (13:13 +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