UBIFS: supress false error messages
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 26 May 2011 03:51:48 +0000 (06:51 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 1 Jun 2011 09:29:05 +0000 (12:29 +0300)
commitab75950b11e74145ffe61376ac073d56645aab8a
tree8c4a2548e00f6ed83fc209edcccc729fac76708e
parent55922c9d1b84b89cb946c777fddccb3247e7df2c
UBIFS: supress false error messages

Commit ab51afe05273741f72383529ef488aa1ea598ec6 was a good clean-up, but
it introduced a regression - now UBIFS prints scary error messages during
recovery on all corrupted nodes, even though the corruptions are expected
(due to a power cut). This patch fixes the issue.

Additionally fix a typo in a commentary introduced by the same commit.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/recovery.c