commit | 61c4b23770d1b0cef7c06a23378ab544eb0c64b4 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Wed Apr 25 17:04:23 2007 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Wed Apr 25 17:04:23 2007 +0100 |
tree | b4cf1e784621d2f60a3494ded1d5852934107c22 | |
parent | c00c310eac04a28d2143368ae988716792ed53ce [diff] |
[JFFS2] Handle inodes with only a single metadata node with non-zero isize This should never happen unless there's corruption on the medium and the actual data nodes go missing. But the failure mode (an oops when we assume the fragtree isn't empty and go looking for its last node) isn't useful. Signed-off-by: David Woodhouse <dwmw2@infradead.org>