| Submitter | Artem Bityutskiy |
|---|---|
| Date | Sept. 30, 2008, 9:19 a.m. |
| Message ID | <1222766358-21886-9-git-send-email-dedekind@infradead.org> |
| Download | mbox | patch |
| Permalink | /patch/2046/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ubifs/io.c b/fs/ubifs/io.c index 40e2790..0168271 100644 --- a/fs/ubifs/io.c +++ b/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(); }