From fffce4805ba8d2b61b8ea8346579d55b044bfd39 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 8 Sep 2008 16:07:01 +0300 Subject: [PATCH] --- yaml --- r: 116198 b: refs/heads/master c: ccb3eba72453a3b5aa37dda02e3a690449e3d229 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ubifs/io.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f9ebc8610349..f57bf51c7003 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2242c689ecc390fb4719f595751351d1ecc5c409 +refs/heads/master: ccb3eba72453a3b5aa37dda02e3a690449e3d229 diff --git a/trunk/fs/ubifs/io.c b/trunk/fs/ubifs/io.c index 40e2790b62ce..01682713af69 100644 --- a/trunk/fs/ubifs/io.c +++ b/trunk/fs/ubifs/io.c @@ -62,6 +62,7 @@ void ubifs_ro_mode(struct ubifs_info *c, int err) { if (!c->ro_media) { c->ro_media = 1; + c->no_chk_data_crc = 0; ubifs_warn("switched to read-only mode, error %d", err); dbg_dump_stack(); }