]> git.baikalelectronics.ru Git - kernel.git/commit
UBIFS: fix false assertion warning in case of I/O failures
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 21 Apr 2011 07:39:54 +0000 (10:39 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 21 Apr 2011 12:27:12 +0000 (15:27 +0300)
commit630a357a7508da1dc679638d8bfa9079645cebb8
tree7bd2bd95730d063bcdc1b8bf1a03bb8e540e2284
parent7b8784b6c915fdbadd76422ae91ea3a69d384a43
UBIFS: fix false assertion warning in case of I/O failures

When UBIFS switches to R/O mode because it detects I/O failures, then
when we unmount, we still may have allocated budget, and the assertions
which verify that we have not budget will fire. But it is expected to
have the budget in case of I/O failures, so the assertion warnings will
be false. Suppress them for the I/O failure case.

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