]> bbs.cooldavid.org Git - net-next-2.6.git/commit
UBI: do not panic if volume check fails
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 13 May 2009 11:05:24 +0000 (14:05 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 18 May 2009 09:28:26 +0000 (12:28 +0300)
commitd38dce5bfb400226bbffc81289c42a6271826a7e
treef558c2374480955a1307dd24cc2e07607372b10c
parentcfcf0ec84bee53799e1e393a48af5bdcf719a383
UBI: do not panic if volume check fails

If a volume paranoid check fails, do not return an error
code to the caller, but just print error messages and go
forward. The primary reason for this is that it is difficult
to recover and cancel the operation at that stage.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
drivers/mtd/ubi/vmt.c