From: Artem Bityutskiy Date: Tue, 23 Dec 2008 12:39:14 +0000 (+0200) Subject: UBIFS: fix writing uncompressed files X-Git-Tag: v2.6.29-rc1~533^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f2fc0e251e71a51deb8059b181c375a4a5e979;p=pandora-kernel.git UBIFS: fix writing uncompressed files 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 --- Reading git-diff-tree failed