From: Dan Carpenter Date: Sat, 9 Jun 2012 09:08:23 +0000 (+0300) Subject: UBIFS: fix assertion X-Git-Tag: v3.5-rc5~14^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfb7271076a265b7c2cbbf9cf5c2ae060a24385;p=pandora-kernel.git UBIFS: fix assertion The asserts here never check anything because it uses '|' instead of '&'. Now if the flags are not set it prints a warning a a stack trace. Signed-off-by: Dan Carpenter Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed