UBIFS: fix writing uncompressed files
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 23 Dec 2008 12:39:14 +0000 (14:39 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 5 Jan 2009 19:39:00 +0000 (21:39 +0200)
UBIFS does not disable compression if ui->flags is non-zero, e.g.
if the file has "sync" flag. This is because of the typo which
is fixed by this patch. The patch also adds a couple of useful
debugging prints.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found