| Submitter | Matteo Mattei |
|---|---|
| Date | March 19, 2012, 9:28 a.m. |
| Message ID | <loom.20120319T102527-948@post.gmane.org> |
| Download | mbox | patch |
| Permalink | /patch/147482/ |
| State | New |
| Headers | show |
Comments
On Mon, 2012-03-19 at 09:28 +0000, Matteo Mattei wrote: > I have one more information about the problem... > Commenting the goto corrupted line in scan.c (inside ubifs) I was able > to recover a board with the previously reported error: This is incorrect because it will also make UBIFS ignore real issues.
Patch
--- linux-2.6.32/fs/ubifs/scan.c (revision 1892) +++ linux-2.6.32/fs/ubifs/scan.c (working copy) @@ -339,7 +339,7 @@ if (!quiet) ubifs_err("corrupt empty space at LEB %d:%d", lnum, offs); - goto corrupted; + //goto corrupted; } return sleb;