]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9e6b6a5d500c7320ec22002e915777cde1b85265
tree8c4a2548e00f6ed83fc209edcccc729fac76708e
parentf5cf903e46ec327fe864a739ad63ac3192eb2844
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